azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

83 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.CustomerProvidedKey"
fullName: "com.azure.storage.blob.models.CustomerProvidedKey"
name: "CustomerProvidedKey"
nameWithType: "CustomerProvidedKey"
summary: "Contains the customer provided key information used to encrypt a blob's content on the server."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **CustomerProvidedKey**"
constructors:
- uid: "com.azure.storage.blob.models.CustomerProvidedKey.CustomerProvidedKey(byte[])"
fullName: "com.azure.storage.blob.models.CustomerProvidedKey.CustomerProvidedKey(byte[] key)"
name: "CustomerProvidedKey(byte[] key)"
nameWithType: "CustomerProvidedKey.CustomerProvidedKey(byte[] key)"
summary: "Creates a new wrapper for a client provided key."
parameters:
- description: "The encryption key bytes."
name: "key"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public CustomerProvidedKey(byte[] key)"
desc: "Creates a new wrapper for a client provided key."
- uid: "com.azure.storage.blob.models.CustomerProvidedKey.CustomerProvidedKey(java.lang.String)"
fullName: "com.azure.storage.blob.models.CustomerProvidedKey.CustomerProvidedKey(String key)"
name: "CustomerProvidedKey(String key)"
nameWithType: "CustomerProvidedKey.CustomerProvidedKey(String key)"
summary: "Creates a new wrapper for a client provided key."
parameters:
- description: "The encryption key encoded as a base64 string."
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CustomerProvidedKey(String key)"
desc: "Creates a new wrapper for a client provided key."
methods:
- uid: "com.azure.storage.blob.models.CustomerProvidedKey.getEncryptionAlgorithm()"
fullName: "com.azure.storage.blob.models.CustomerProvidedKey.getEncryptionAlgorithm()"
name: "getEncryptionAlgorithm()"
nameWithType: "CustomerProvidedKey.getEncryptionAlgorithm()"
summary: "Gets the algorithm to use this key with."
syntax: "public EncryptionAlgorithmType getEncryptionAlgorithm()"
desc: "Gets the algorithm to use this key with."
returns:
description: "A label for the encryption algorithm, as understood by Azure Storage."
type: "<xref href=\"com.azure.storage.blob.models.EncryptionAlgorithmType?alt=com.azure.storage.blob.models.EncryptionAlgorithmType&text=EncryptionAlgorithmType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.CustomerProvidedKey.getKey()"
fullName: "com.azure.storage.blob.models.CustomerProvidedKey.getKey()"
name: "getKey()"
nameWithType: "CustomerProvidedKey.getKey()"
summary: "Gets the encryption key."
syntax: "public String getKey()"
desc: "Gets the encryption key."
returns:
description: "A base64 encoded string of the encryption key."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.CustomerProvidedKey.getKeySha256()"
fullName: "com.azure.storage.blob.models.CustomerProvidedKey.getKeySha256()"
name: "getKeySha256()"
nameWithType: "CustomerProvidedKey.getKeySha256()"
summary: "Gets the encryption key's hash."
syntax: "public String getKeySha256()"
desc: "Gets the encryption key's hash."
returns:
description: "A base64 encoded string of the encryption key hash."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Contains the customer provided key information used to encrypt a blob's content on the server."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.28.1