Uses of Class
com.amazonaws.encryptionsdk.MasterKeyRequest
Packages that use MasterKeyRequest
Package
Description
Contains
AwsCrypto, the primary entry-point to the Aws
Encryption SDK.Contains logic necessary to create
MasterKeys backed by AWS
KMS keys.-
Uses of MasterKeyRequest in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that return MasterKeyRequestMethods in com.amazonaws.encryptionsdk with parameters of type MasterKeyRequestModifier and TypeMethodDescriptionMasterKey.getMasterKeysForEncryption(MasterKeyRequest request)Returns a list of length1containingthis.MasterKeyProvider.getMasterKeysForEncryption(MasterKeyRequest request)Returns allMasterKeys which should be used to protect the plaintext described byrequest. -
Uses of MasterKeyRequest in com.amazonaws.encryptionsdk.jce
Methods in com.amazonaws.encryptionsdk.jce with parameters of type MasterKeyRequestModifier and TypeMethodDescriptionKeyStoreProvider.getMasterKeysForEncryption(MasterKeyRequest request)ReturnsJceMasterKeys corresponding to thealiasNamespassed into the constructor. -
Uses of MasterKeyRequest in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms with parameters of type MasterKeyRequestModifier and TypeMethodDescriptionAwsKmsMrkAwareMasterKeyProvider.getMasterKeysForEncryption(MasterKeyRequest request)Returns all CMKs provided to the constructor of this object.KmsMasterKeyProvider.getMasterKeysForEncryption(MasterKeyRequest request)Returns all CMKs provided to the constructor of this object.