Class TdeCertificate


  • public class TdeCertificate
    extends com.azure.core.management.ProxyResource
    A TDE certificate that can be uploaded into a server.
    • Constructor Detail

      • TdeCertificate

        public TdeCertificate()
    • Method Detail

      • privateBlob

        public String privateBlob()
        Get the privateBlob property: The base64 encoded certificate private blob.
        Returns:
        the privateBlob value.
      • withPrivateBlob

        public TdeCertificate withPrivateBlob​(String privateBlob)
        Set the privateBlob property: The base64 encoded certificate private blob.
        Parameters:
        privateBlob - the privateBlob value to set.
        Returns:
        the TdeCertificate object itself.
      • certPassword

        public String certPassword()
        Get the certPassword property: The certificate password.
        Returns:
        the certPassword value.
      • withCertPassword

        public TdeCertificate withCertPassword​(String certPassword)
        Set the certPassword property: The certificate password.
        Parameters:
        certPassword - the certPassword value to set.
        Returns:
        the TdeCertificate object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.