Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Method and Description |
---|---|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.addEncryptionContextEntry(java.lang.String key,
java.lang.String value) |
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.clearEncryptionContextEntries()
Removes all the entries added into EncryptionContext.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.clone() |
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withEncryptionContext(java.util.Map<java.lang.String,java.lang.String> encryptionContext)
Name:value pair that contains additional data to be authenticated during
the encryption and decryption processes.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withGrantTokens(java.util.Collection<java.lang.String> grantTokens)
A list of grant tokens.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withGrantTokens(java.lang.String... grantTokens)
A list of grant tokens.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withKeyId(java.lang.String keyId)
A unique identifier for the customer master key.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withKeySpec(DataKeySpec keySpec)
Value that identifies the encryption algorithm and key size.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withKeySpec(java.lang.String keySpec)
Value that identifies the encryption algorithm and key size.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withNumberOfBytes(java.lang.Integer numberOfBytes)
Integer that contains the number of bytes to generate.
|
Modifier and Type | Method and Description |
---|---|
Request<GenerateDataKeyWithoutPlaintextRequest> |
GenerateDataKeyWithoutPlaintextRequestMarshaller.marshall(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GenerateDataKeyWithoutPlaintextRequest> |
GenerateDataKeyWithoutPlaintextRequestMarshaller.marshall(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest) |