IssuerParameters Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. IssuerParameters
- com.
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. |
Issuer |
withCertificateType(String certificateType)
Set the certificateType value. |
Issuer |
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java