你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateDetails Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.CertificateDetails

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:

the issuer value

notAfter

public DateTime notAfter()

Get the notAfter value.

Returns:

the notAfter value

notBefore

public DateTime notBefore()

Get the notBefore value.

Returns:

the notBefore value

rawData

public String rawData()

Get the rawData value.

Returns:

the rawData value

serialNumber

public String serialNumber()

Get the serialNumber value.

Returns:

the serialNumber value

signatureAlgorithm

public String signatureAlgorithm()

Get the signatureAlgorithm value.

Returns:

the signatureAlgorithm value

subject

public String subject()

Get the subject value.

Returns:

the subject value

thumbprint

public String thumbprint()

Get the thumbprint value.

Returns:

the thumbprint value

version

public Integer version()

Get the version value.

Returns:

the version value

Applies to