Uses of Class
com.amazonaws.encryptionsdk.MasterKeyRequest
-
Packages that use MasterKeyRequest Package Description com.amazonaws.encryptionsdk ContainsAwsCrypto
, the primary entry-point to the Aws Encryption SDK.com.amazonaws.encryptionsdk.jce com.amazonaws.encryptionsdk.kms Contains logic necessary to createMasterKey
s backed by AWS KMS keys. -
-
Uses of MasterKeyRequest in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that return MasterKeyRequest Modifier and Type Method Description MasterKeyRequest
MasterKeyRequest.Builder. build()
Methods in com.amazonaws.encryptionsdk with parameters of type MasterKeyRequest Modifier and Type Method Description List<K>
MasterKey. getMasterKeysForEncryption(MasterKeyRequest request)
Returns a list of length1
containingthis
.abstract List<K>
MasterKeyProvider. getMasterKeysForEncryption(MasterKeyRequest request)
Returns allMasterKey
s 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 MasterKeyRequest Modifier and Type Method Description List<JceMasterKey>
KeyStoreProvider. getMasterKeysForEncryption(MasterKeyRequest request)
ReturnsJceMasterKey
s corresponding to thealiasNames
passed into the constructor. -
Uses of MasterKeyRequest in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms with parameters of type MasterKeyRequest Modifier and Type Method Description List<KmsMasterKey>
KmsMasterKeyProvider. getMasterKeysForEncryption(MasterKeyRequest request)
Returns all CMKs provided to the constructor of this object.
-