| 程序包 | 说明 |
|---|---|
| com.aliyun.sdk.service.kms20160120.models |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExportDataKeyRequest.Builder |
ExportDataKeyRequest.builder() |
ExportDataKeyRequest.Builder |
ExportDataKeyRequest.Builder.ciphertextBlob(String ciphertextBlob)
The ciphertext of the data key encrypted by using a CMK.
|
ExportDataKeyRequest.Builder |
ExportDataKeyRequest.Builder.encryptionContext(Map<String,?> encryptionContext)
A JSON string that consists of key-value pairs.
|
ExportDataKeyRequest.Builder |
ExportDataKeyRequest.Builder.publicKeyBlob(String publicKeyBlob)
A Base64-encoded public key.
|
ExportDataKeyRequest.Builder |
ExportDataKeyRequest.toBuilder() |
ExportDataKeyRequest.Builder |
ExportDataKeyRequest.Builder.wrappingAlgorithm(String wrappingAlgorithm)
The encryption algorithm based on which you want to use the public key specified by PublicKeyBlob to encrypt the data key.
|
ExportDataKeyRequest.Builder |
ExportDataKeyRequest.Builder.wrappingKeySpec(String wrappingKeySpec)
The key type of the public key specified by PublicKeyBlob.
|
Copyright © 2023. All rights reserved.