| 程序包 | 说明 |
|---|---|
| com.aliyun.sdk.service.kms20160120.models |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReEncryptRequest.Builder |
ReEncryptRequest.builder() |
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.ciphertextBlob(String ciphertextBlob)
The ciphertext that you want to re-encrypt.
|
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.destinationEncryptionContext(Map<String,?> destinationEncryptionContext)
A JSON string that consists of key-value pairs.
|
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.destinationKeyId(String destinationKeyId)
The ID of the symmetric CMK that is used to re-encrypt the ciphertext after the ciphertext is decrypted.
|
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.sourceEncryptionAlgorithm(String sourceEncryptionAlgorithm)
The encryption algorithm based on which the public key is used to encrypt the ciphertext specified by CiphertextBlob.
|
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.sourceEncryptionContext(Map<String,?> sourceEncryptionContext)
A JSON string that consists of key-value pairs.
|
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.sourceKeyId(String sourceKeyId)
The ID of the CMK that is used to decrypt the ciphertext.
|
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.sourceKeyVersionId(String sourceKeyVersionId)
The ID of the CMK version that is used to decrypt the ciphertext.
|
ReEncryptRequest.Builder |
ReEncryptRequest.toBuilder() |
Copyright © 2023. All rights reserved.