Uses of Class
com.amazonaws.encryptionsdk.kms.KmsMasterKey
-
Packages that use KmsMasterKey Package Description com.amazonaws.encryptionsdk.kms Contains logic necessary to createMasterKeys 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 KmsMasterKeyKmsMasterKey. getInstance(com.amazonaws.auth.AWSCredentialsProvider creds, String keyId)Deprecated.Use aKmsMasterKeyProviderto obtainKmsMasterKeys.static KmsMasterKeyKmsMasterKey. getInstance(com.amazonaws.auth.AWSCredentials creds, String keyId)Deprecated.Use aKmsMasterKeyProviderto obtainKmsMasterKeys.KmsMasterKeyKmsMasterKeyProvider. 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.
-