public class ReEncryptRequest extends Object
| Constructor and Description |
|---|
ReEncryptRequest() |
public ReEncryptRequest ciphertextBlob(String ciphertextBlob)
@NotNull @Size(min=19) public @NotNull @Size(min=19) String getCiphertextBlob()
public void setCiphertextBlob(String ciphertextBlob)
public ReEncryptRequest newEncryptionContext(Map<String,String> newEncryptionContext)
public ReEncryptRequest putNewEncryptionContextItem(String key, String newEncryptionContextItem)
public Map<String,String> getNewEncryptionContext()
public void setNewEncryptionContext(Map<String,String> newEncryptionContext)
public ReEncryptRequest newKeyID(String newKeyID)
public String getNewKeyID()
public void setNewKeyID(String newKeyID)
public ReEncryptRequest newKeyName(String newKeyName)
@Size(min=2,
max=31)
public @Size(min=2,max=31) String getNewKeyName()
public void setNewKeyName(String newKeyName)
public ReEncryptRequest newKeyringName(String newKeyringName)
@Size(min=2,
max=31)
public @Size(min=2,max=31) String getNewKeyringName()
public void setNewKeyringName(String newKeyringName)
public ReEncryptRequest oldEncryptionContext(Map<String,String> oldEncryptionContext)
public ReEncryptRequest putOldEncryptionContextItem(String key, String oldEncryptionContextItem)
public Map<String,String> getOldEncryptionContext()
public void setOldEncryptionContext(Map<String,String> oldEncryptionContext)
Copyright © 2025. All rights reserved.