Uses of Class
software.amazon.awssdk.services.kms.model.RecipientInfo
-
Packages that use RecipientInfo Package Description software.amazon.awssdk.services.kms.model -
-
Uses of RecipientInfo in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RecipientInfo Modifier and Type Method Description RecipientInfoDecryptRequest. recipient()A signed attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key.RecipientInfoGenerateDataKeyPairRequest. recipient()A signed attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key.RecipientInfoGenerateDataKeyRequest. recipient()A signed attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key.RecipientInfoGenerateRandomRequest. recipient()A signed attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key.Methods in software.amazon.awssdk.services.kms.model with parameters of type RecipientInfo Modifier and Type Method Description DecryptRequest.BuilderDecryptRequest.Builder. recipient(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.BuilderGenerateDataKeyPairRequest.Builder. recipient(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.BuilderGenerateDataKeyRequest.Builder. recipient(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.BuilderGenerateRandomRequest.Builder. recipient(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.
-