2020-12-04 14:02:06 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.core.cryptography.AsyncKeyEncryptionKey"
|
|
|
|
fullName: "com.azure.core.cryptography.AsyncKeyEncryptionKey"
|
|
|
|
name: "AsyncKeyEncryptionKey"
|
|
|
|
nameWithType: "AsyncKeyEncryptionKey"
|
|
|
|
summary: "A key which is used to asynchronously encrypt, or wrap, another key."
|
|
|
|
syntax: "public interface AsyncKeyEncryptionKey"
|
|
|
|
methods:
|
|
|
|
- "com.azure.core.cryptography.AsyncKeyEncryptionKey.getKeyId()"
|
|
|
|
- "com.azure.core.cryptography.AsyncKeyEncryptionKey.unwrapKey(java.lang.String,byte[])"
|
|
|
|
- "com.azure.core.cryptography.AsyncKeyEncryptionKey.wrapKey(java.lang.String,byte[])"
|
|
|
|
type: "interface"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "A key which is used to asynchronously encrypt, or wrap, another key."
|
2020-12-04 14:02:06 +03:00
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.core.cryptography"
|
2022-08-10 05:41:55 +03:00
|
|
|
artifact: com.azure:azure-core:1.31.0
|