X509CertificateProperties Classe
- java.
lang. Object - com.
microsoft. azure. keyvault. models. X509CertificateProperties
- com.
public class X509CertificateProperties
Propriedades do componente X509 de um certificado.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<String> |
ekus()
Obtenha o valor de ekus. |
List<Key |
keyUsage()
Obter o valor keyUsage. |
String |
subject()
Obtenha o valor da entidade. |
Subject |
subjectAlternativeNames()
Obtenha o valor subjectAlternativeNames. |
Integer |
validityInMonths()
Obtenha o valor validityInMonths. |
X509Certificate |
withEkus(List<String> ekus)
Defina o valor de ekus. |
X509Certificate |
withKeyUsage(List<KeyUsageType> keyUsage)
Defina o valor keyUsage. |
X509Certificate |
withSubject(String subject)
Defina o valor da entidade. |
X509Certificate |
withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
Defina o valor subjectAlternativeNames. |
X509Certificate |
withValidityInMonths(Integer validityInMonths)
Defina o valor validityInMonths. |
Detalhes do método
ekus
public List
Obtenha o valor de ekus.
Retornos:
keyUsage
public List
Obter o valor keyUsage.
Retornos:
subject
public String subject()
Obtenha o valor da entidade.
Retornos:
subjectAlternativeNames
public SubjectAlternativeNames subjectAlternativeNames()
Obtenha o valor subjectAlternativeNames.
Retornos:
validityInMonths
public Integer validityInMonths()
Obtenha o valor validityInMonths.
Retornos:
withEkus
public X509CertificateProperties withEkus(List
Defina o valor de ekus.
Parâmetros:
Retornos:
withKeyUsage
public X509CertificateProperties withKeyUsage(List
Defina o valor keyUsage.
Parâmetros:
Retornos:
withSubject
public X509CertificateProperties withSubject(String subject)
Defina o valor da entidade.
Parâmetros:
Retornos:
withSubjectAlternativeNames
public X509CertificateProperties withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
Defina o valor subjectAlternativeNames.
Parâmetros:
Retornos:
withValidityInMonths
public X509CertificateProperties withValidityInMonths(Integer validityInMonths)
Defina o valor validityInMonths.
Parâmetros:
Retornos:
Aplica-se a
Azure SDK for Java