Class TdeCertificateProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.TdeCertificateProperties
Properties of a TDE certificate.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of TdeCertificateProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the certPassword property: The certificate password.Get the privateBlob property: The base64 encoded certificate private blob.voidvalidate()Validates the instance.withCertPassword(String certPassword) Set the certPassword property: The certificate password.withPrivateBlob(String privateBlob) Set the privateBlob property: The base64 encoded certificate private blob.
-
Constructor Details
-
TdeCertificateProperties
public TdeCertificateProperties()Creates an instance of TdeCertificateProperties class.
-
-
Method Details
-
privateBlob
Get the privateBlob property: The base64 encoded certificate private blob.- Returns:
- the privateBlob value.
-
withPrivateBlob
Set the privateBlob property: The base64 encoded certificate private blob.- Parameters:
privateBlob- the privateBlob value to set.- Returns:
- the TdeCertificateProperties object itself.
-
certPassword
Get the certPassword property: The certificate password.- Returns:
- the certPassword value.
-
withCertPassword
Set the certPassword property: The certificate password.- Parameters:
certPassword- the certPassword value to set.- Returns:
- the TdeCertificateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-