78 строки
5.1 KiB
YAML
78 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult"
|
|
fullName: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult"
|
|
name: "UnwrapResult"
|
|
nameWithType: "UnwrapResult"
|
|
summary: "Represents the details of key unwrap operation result."
|
|
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 final class **UnwrapResult**"
|
|
constructors:
|
|
- uid: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult.UnwrapResult(byte[],com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm,java.lang.String)"
|
|
fullName: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult.UnwrapResult(byte[] key, KeyWrapAlgorithm algorithm, String keyId)"
|
|
name: "UnwrapResult(byte[] key, KeyWrapAlgorithm algorithm, String keyId)"
|
|
nameWithType: "UnwrapResult.UnwrapResult(byte[] key, KeyWrapAlgorithm algorithm, String keyId)"
|
|
summary: "Creates the instance of Key<wbr>Unwrap Result holding the unwrapped key content."
|
|
parameters:
|
|
- description: "The unwrapped key content."
|
|
name: "key"
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
- description: "The algorithm used for the operation"
|
|
name: "algorithm"
|
|
type: "<xref href=\"com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm?alt=com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm&text=KeyWrapAlgorithm\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The id of key used for the operation"
|
|
name: "keyId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UnwrapResult(byte[] key, KeyWrapAlgorithm algorithm, String keyId)"
|
|
desc: "Creates the instance of KeyUnwrap Result holding the unwrapped key content."
|
|
methods:
|
|
- uid: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult.getAlgorithm()"
|
|
fullName: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult.getAlgorithm()"
|
|
name: "getAlgorithm()"
|
|
nameWithType: "UnwrapResult.getAlgorithm()"
|
|
summary: "Get the algorithm used for key wrap operation."
|
|
syntax: "public KeyWrapAlgorithm getAlgorithm()"
|
|
desc: "Get the algorithm used for key wrap operation."
|
|
returns:
|
|
description: "The encryption algorithm used."
|
|
type: "<xref href=\"com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm?alt=com.azure.security.keyvault.keys.cryptography.models.KeyWrapAlgorithm&text=KeyWrapAlgorithm\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult.getKey()"
|
|
fullName: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult.getKey()"
|
|
name: "getKey()"
|
|
nameWithType: "UnwrapResult.getKey()"
|
|
summary: "Get the unwrapped key content."
|
|
syntax: "public byte[] getKey()"
|
|
desc: "Get the unwrapped key content."
|
|
returns:
|
|
description: "The unwrapped key content."
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
- uid: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult.getKeyId()"
|
|
fullName: "com.azure.security.keyvault.keys.cryptography.models.UnwrapResult.getKeyId()"
|
|
name: "getKeyId()"
|
|
nameWithType: "UnwrapResult.getKeyId()"
|
|
summary: "Get the identifier of the key used for the key wrap encryption"
|
|
syntax: "public String getKeyId()"
|
|
desc: "Get the identifier of the key used for the key wrap encryption"
|
|
returns:
|
|
description: "the key identifier"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "Represents the details of key unwrap operation result."
|
|
metadata: {}
|
|
package: "com.azure.security.keyvault.keys.cryptography.models"
|
|
artifact: com.azure:azure-security-keyvault-keys:4.9.0
|