### YamlMime:JavaType uid: "com.azure.resourcemanager.sql.models.TdeCertificate" fullName: "com.azure.resourcemanager.sql.models.TdeCertificate" name: "TdeCertificate" nameWithType: "TdeCertificate" summary: "A TDE certificate that can be uploaded into a server." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **TdeCertificate**
extends " constructors: - uid: "com.azure.resourcemanager.sql.models.TdeCertificate.TdeCertificate()" fullName: "com.azure.resourcemanager.sql.models.TdeCertificate.TdeCertificate()" name: "TdeCertificate()" nameWithType: "TdeCertificate.TdeCertificate()" summary: "Creates an instance of TdeCertificate class." syntax: "public TdeCertificate()" desc: "Creates an instance of TdeCertificate class." methods: - uid: "com.azure.resourcemanager.sql.models.TdeCertificate.certPassword()" fullName: "com.azure.resourcemanager.sql.models.TdeCertificate.certPassword()" name: "certPassword()" nameWithType: "TdeCertificate.certPassword()" summary: "Get the certPassword property: The certificate password." syntax: "public String certPassword()" desc: "Get the certPassword property: The certificate password." returns: description: "the certPassword value." type: "String" - uid: "com.azure.resourcemanager.sql.models.TdeCertificate.privateBlob()" fullName: "com.azure.resourcemanager.sql.models.TdeCertificate.privateBlob()" name: "privateBlob()" nameWithType: "TdeCertificate.privateBlob()" summary: "Get the privateBlob property: The base64 encoded certificate private blob." syntax: "public String privateBlob()" desc: "Get the privateBlob property: The base64 encoded certificate private blob." returns: description: "the privateBlob value." type: "String" - uid: "com.azure.resourcemanager.sql.models.TdeCertificate.validate()" fullName: "com.azure.resourcemanager.sql.models.TdeCertificate.validate()" name: "validate()" nameWithType: "TdeCertificate.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.sql.models.TdeCertificate.withCertPassword(java.lang.String)" fullName: "com.azure.resourcemanager.sql.models.TdeCertificate.withCertPassword(String certPassword)" name: "withCertPassword(String certPassword)" nameWithType: "TdeCertificate.withCertPassword(String certPassword)" summary: "Set the certPassword property: The certificate password." parameters: - description: "the certPassword value to set." name: "certPassword" type: "String" syntax: "public TdeCertificate withCertPassword(String certPassword)" desc: "Set the certPassword property: The certificate password." returns: description: "the TdeCertificate object itself." type: "" - uid: "com.azure.resourcemanager.sql.models.TdeCertificate.withPrivateBlob(java.lang.String)" fullName: "com.azure.resourcemanager.sql.models.TdeCertificate.withPrivateBlob(String privateBlob)" name: "withPrivateBlob(String privateBlob)" nameWithType: "TdeCertificate.withPrivateBlob(String privateBlob)" summary: "Set the privateBlob property: The base64 encoded certificate private blob." parameters: - description: "the privateBlob value to set." name: "privateBlob" type: "String" syntax: "public TdeCertificate withPrivateBlob(String privateBlob)" desc: "Set the privateBlob property: The base64 encoded certificate private blob." returns: description: "the TdeCertificate object itself." type: "" type: "class" desc: "A TDE certificate that can be uploaded into a server." metadata: {} package: "com.azure.resourcemanager.sql.models" artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.24.0