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 createMasterKeys 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 MasterKeyRequestMasterKeyRequest.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 length1containingthis.abstract List<K>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 MasterKeyRequest Modifier and Type Method Description List<JceMasterKey>KeyStoreProvider. 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 MasterKeyRequest Modifier and Type Method Description List<KmsMasterKey>KmsMasterKeyProvider. getMasterKeysForEncryption(MasterKeyRequest request)Returns all CMKs provided to the constructor of this object.
-