你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateDetails Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. CertificateDetails
- com.
public class CertificateDetails
SSL certificate details.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
issuer()
Get the issuer value. |
DateTime |
notAfter()
Get the notAfter value. |
DateTime |
notBefore()
Get the notBefore value. |
String |
rawData()
Get the rawData value. |
String |
serialNumber()
Get the serialNumber value. |
String |
signatureAlgorithm()
Get the signatureAlgorithm value. |
String |
subject()
Get the subject value. |
String |
thumbprint()
Get the thumbprint value. |
Integer |
version()
Get the version value. |
Method Details
issuer
public String issuer()
Get the issuer value.
Returns:
notAfter
public DateTime notAfter()
Get the notAfter value.
Returns:
notBefore
public DateTime notBefore()
Get the notBefore value.
Returns:
rawData
public String rawData()
Get the rawData value.
Returns:
serialNumber
public String serialNumber()
Get the serialNumber value.
Returns:
signatureAlgorithm
public String signatureAlgorithm()
Get the signatureAlgorithm value.
Returns:
subject
public String subject()
Get the subject value.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint value.
Returns:
version
public Integer version()
Get the version value.
Returns: