Class ManagedCertificate


  • public final class ManagedCertificate
    extends Certificate
    Managed Certificate used for https.
    • Constructor Detail

      • ManagedCertificate

        public ManagedCertificate()
    • Method Detail

      • withSubject

        public ManagedCertificate withSubject​(String subject)
        Set the subject property: Subject name in the certificate.
        Overrides:
        withSubject in class Certificate
        Parameters:
        subject - the subject value to set.
        Returns:
        the Certificate object itself.
      • withExpirationDate

        public ManagedCertificate withExpirationDate​(String expirationDate)
        Set the expirationDate property: Certificate expiration date.
        Overrides:
        withExpirationDate in class Certificate
        Parameters:
        expirationDate - the expirationDate value to set.
        Returns:
        the Certificate object itself.
      • withThumbprint

        public ManagedCertificate withThumbprint​(String thumbprint)
        Set the thumbprint property: Certificate thumbprint.
        Overrides:
        withThumbprint in class Certificate
        Parameters:
        thumbprint - the thumbprint value to set.
        Returns:
        the Certificate object itself.