AppServiceCertificate Interface
Implements
public interface AppServiceCertificate
extends GroupableResource<AppServiceManager,CertificateInner>, Refreshable<AppServiceCertificate>
An immutable client-side representation of an Azure app service certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
certificateBlob()
Gets the raw bytes of .cer file. |
abstract
Offset |
expirationDate()
Gets the certificate expriration date . |
abstract String |
friendlyName()
Gets the friendly name of the certificate. |
abstract List<String> |
hostNames()
Gets the host names the certificate applies to. |
abstract
Hosting |
hostingEnvironmentProfile()
Gets the specification for the App Service Environment to use for the certificate. |
abstract
Offset |
issueDate()
Gets the certificate issue Date. |
abstract String |
issuer()
Gets the certificate issuer. |
abstract String |
password()
Gets the certificate password. |
abstract byte[] |
pfxBlob()
Gets the pfx blob. |
abstract String |
publicKeyHash()
Gets the public key hash. |
abstract String |
selfLink()
Gets the self link. |
abstract String |
siteName()
Gets the app name. |
abstract String |
subjectName()
Gets the subject name of the certificate. |
abstract String |
thumbprint()
Gets the certificate thumbprint. |
abstract Boolean |
valid()
Check whether the certificate valid. |
Method Details
certificateBlob
public abstract byte[] certificateBlob()
Gets the raw bytes of .cer file.
Returns:
expirationDate
public abstract OffsetDateTime expirationDate()
Gets the certificate expriration date .
Returns:
friendlyName
public abstract String friendlyName()
Gets the friendly name of the certificate.
Returns:
hostNames
public abstract List
Gets the host names the certificate applies to.
Returns:
hostingEnvironmentProfile
public abstract HostingEnvironmentProfile hostingEnvironmentProfile()
Gets the specification for the App Service Environment to use for the certificate.
Returns:
issueDate
public abstract OffsetDateTime issueDate()
Gets the certificate issue Date.
Returns:
issuer
public abstract String issuer()
Gets the certificate issuer.
Returns:
password
public abstract String password()
Gets the certificate password.
Returns:
pfxBlob
public abstract byte[] pfxBlob()
Gets the pfx blob.
Returns:
publicKeyHash
public abstract String publicKeyHash()
Gets the public key hash.
Returns:
selfLink
public abstract String selfLink()
Gets the self link.
Returns:
siteName
public abstract String siteName()
Gets the app name.
Returns:
subjectName
public abstract String subjectName()
Gets the subject name of the certificate.
Returns:
thumbprint
public abstract String thumbprint()
Gets the certificate thumbprint.
Returns:
valid
public abstract Boolean valid()
Check whether the certificate valid.
Returns:
Applies to
Azure SDK for Java