IssuerParameters Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.IssuerParameters

public class IssuerParameters

Parameters for the issuer of the X509 component of a certificate.

Method Summary

Modifier and Type Method and Description
String certificateType()

Get the certificateType value.

String name()

Get the name value.

IssuerParameters withCertificateType(String certificateType)

Set the certificateType value.

IssuerParameters withName(String name)

Set the name value.

Method Details

certificateType

public String certificateType()

Get the certificateType value.

Returns:

the certificateType value

name

public String name()

Get the name value.

Returns:

the name value

withCertificateType

public IssuerParameters withCertificateType(String certificateType)

Set the certificateType value.

Parameters:

certificateType - the certificateType value to set

Returns:

the IssuerParameters object itself.

withName

public IssuerParameters withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the IssuerParameters object itself.

Applies to