Uses of Class
com.amazonaws.encryptionsdk.kms.KmsMasterKey
-
Packages that use KmsMasterKey Package Description com.amazonaws.encryptionsdk.kms Contains logic necessary to createMasterKey
s backed by AWS KMS keys. -
-
Uses of KmsMasterKey in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms that return KmsMasterKey Modifier and Type Method Description static KmsMasterKey
KmsMasterKey. getInstance(com.amazonaws.auth.AWSCredentialsProvider creds, String keyId)
Deprecated.Use aKmsMasterKeyProvider
to obtainKmsMasterKey
s.static KmsMasterKey
KmsMasterKey. getInstance(com.amazonaws.auth.AWSCredentials creds, String keyId)
Deprecated.Use aKmsMasterKeyProvider
to obtainKmsMasterKey
s.KmsMasterKey
KmsMasterKeyProvider. getMasterKey(String provider, String keyId)
Methods in com.amazonaws.encryptionsdk.kms 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.
-