Uses of Class
com.amazonaws.encryptionsdk.kmssdkv2.KmsMasterKey
-
Packages that use KmsMasterKey Package Description com.amazonaws.encryptionsdk.kmssdkv2 Contains logic necessary to createMasterKey
s backed by AWS KMS keys. -
-
Uses of KmsMasterKey in com.amazonaws.encryptionsdk.kmssdkv2
Methods in com.amazonaws.encryptionsdk.kmssdkv2 that return KmsMasterKey Modifier and Type Method Description KmsMasterKey
KmsMasterKeyProvider. getMasterKey(String provider, String keyId)
Methods in com.amazonaws.encryptionsdk.kmssdkv2 that return types with arguments of type KmsMasterKey Modifier and Type Method Description DataKey<KmsMasterKey>
KmsMasterKey. decryptDataKey(CryptoAlgorithm algorithm, Collection<? extends EncryptedDataKey> encryptedDataKeys, Map<String,String> encryptionContext)
DataKey<KmsMasterKey>
KmsMasterKeyProvider. decryptDataKey(CryptoAlgorithm algorithm, Collection<? extends EncryptedDataKey> encryptedDataKeys, Map<String,String> encryptionContext)
DataKey<KmsMasterKey>
KmsMasterKey. encryptDataKey(CryptoAlgorithm algorithm, Map<String,String> encryptionContext, DataKey<?> dataKey)
DataKey<KmsMasterKey>
KmsMasterKey. generateDataKey(CryptoAlgorithm algorithm, Map<String,String> encryptionContext)
List<KmsMasterKey>
KmsMasterKeyProvider. getMasterKeysForEncryption(MasterKeyRequest request)
Returns all CMKs provided to the constructor of this object.
-