Uses of Class
com.amazonaws.encryptionsdk.kms.KmsMasterKey
Packages that use KmsMasterKey
-
Uses of KmsMasterKey in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms that return KmsMasterKeyModifier and TypeMethodDescriptionKmsMasterKeyProvider.getMasterKey(String provider, String keyId)
Methods in com.amazonaws.encryptionsdk.kms that return types with arguments of type KmsMasterKeyModifier and TypeMethodDescriptionKmsMasterKey.decryptDataKey(CryptoAlgorithm algorithm, Collection<? extends EncryptedDataKey> encryptedDataKeys, Map<String,String> encryptionContext)
KmsMasterKeyProvider.decryptDataKey(CryptoAlgorithm algorithm, Collection<? extends EncryptedDataKey> encryptedDataKeys, Map<String,String> encryptionContext)
KmsMasterKey.encryptDataKey(CryptoAlgorithm algorithm, Map<String,String> encryptionContext, DataKey<?> dataKey)
KmsMasterKey.generateDataKey(CryptoAlgorithm algorithm, Map<String,String> encryptionContext)
KmsMasterKeyProvider.getMasterKeysForEncryption(MasterKeyRequest request)
Returns all CMKs provided to the constructor of this object.