| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo |
RecipientInfo.clone() |
RecipientInfo |
DecryptRequest.getRecipient()
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
RecipientInfo |
GenerateDataKeyPairRequest.getRecipient()
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
RecipientInfo |
GenerateRandomRequest.getRecipient()
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
RecipientInfo |
GenerateDataKeyRequest.getRecipient()
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
RecipientInfo |
RecipientInfo.withAttestationDocument(ByteBuffer attestationDocument)
The attestation document for an Amazon Web Services Nitro Enclave.
|
RecipientInfo |
RecipientInfo.withKeyEncryptionAlgorithm(KeyEncryptionMechanism keyEncryptionAlgorithm)
The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave to
encrypt plaintext values for the response.
|
RecipientInfo |
RecipientInfo.withKeyEncryptionAlgorithm(String keyEncryptionAlgorithm)
The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave to
encrypt plaintext values for the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecryptRequest.setRecipient(RecipientInfo recipient)
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
void |
GenerateDataKeyPairRequest.setRecipient(RecipientInfo recipient)
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
void |
GenerateRandomRequest.setRecipient(RecipientInfo recipient)
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
void |
GenerateDataKeyRequest.setRecipient(RecipientInfo recipient)
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
DecryptRequest |
DecryptRequest.withRecipient(RecipientInfo recipient)
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
GenerateDataKeyPairRequest |
GenerateDataKeyPairRequest.withRecipient(RecipientInfo recipient)
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
GenerateRandomRequest |
GenerateRandomRequest.withRecipient(RecipientInfo recipient)
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
GenerateDataKeyRequest |
GenerateDataKeyRequest.withRecipient(RecipientInfo recipient)
A signed attestation
document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's
public key.
|
Copyright © 2023. All rights reserved.