Class Certificate

java.lang.Object
com.microsoft.azure.management.cdn.Certificate
Direct Known Subclasses:
CustomerCertificate, ManagedCertificate

public class Certificate extends Object
Certificate used for https.
  • Constructor Details

    • Certificate

      public Certificate()
  • Method Details

    • subject

      public String subject()
      Get subject name in the certificate.
      Returns:
      the subject value
    • withSubject

      public Certificate withSubject(String subject)
      Set subject name in the certificate.
      Parameters:
      subject - the subject value to set
      Returns:
      the Certificate object itself.
    • expirationDate

      public String expirationDate()
      Get certificate expiration date.
      Returns:
      the expirationDate value
    • withExpirationDate

      public Certificate withExpirationDate(String expirationDate)
      Set certificate expiration date.
      Parameters:
      expirationDate - the expirationDate value to set
      Returns:
      the Certificate object itself.
    • thumbprint

      public String thumbprint()
      Get certificate thumbprint.
      Returns:
      the thumbprint value
    • withThumbprint

      public Certificate withThumbprint(String thumbprint)
      Set certificate thumbprint.
      Parameters:
      thumbprint - the thumbprint value to set
      Returns:
      the Certificate object itself.