Class SecretProperties


  • public class SecretProperties
    extends Object
    Properties of the key backing a certificate.
    • Constructor Detail

      • SecretProperties

        public SecretProperties()
    • Method Detail

      • contentType

        public String contentType()
        Get the contentType value.
        Returns:
        the contentType value
      • withContentType

        public SecretProperties withContentType​(String contentType)
        Set the contentType value.
        Parameters:
        contentType - the contentType value to set
        Returns:
        the SecretProperties object itself.