Uses of Class
com.amazonaws.encryptionsdk.kms.KmsMasterKeyProvider
-
Packages that use KmsMasterKeyProvider Package Description com.amazonaws.encryptionsdk.kms Contains logic necessary to createMasterKey
s backed by AWS KMS keys. -
-
Uses of KmsMasterKeyProvider in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms that return KmsMasterKeyProvider Modifier and Type Method Description KmsMasterKeyProvider
KmsMasterKeyProvider.Builder. build()
Deprecated.This method implicitly configures the KMS Master Key Provider to perform discovery behavior on decrypt, which is a behavior that should be constructed explicitly.KmsMasterKeyProvider
KmsMasterKeyProvider.Builder. buildDiscovery()
Builds the master key provider in Discovery Mode.KmsMasterKeyProvider
KmsMasterKeyProvider.Builder. buildDiscovery(DiscoveryFilter filter)
Builds the master key provider in Discovery Mode with aDiscoveryFilter
.KmsMasterKeyProvider
KmsMasterKeyProvider.Builder. buildStrict(String... keyIds)
Builds the master key provider in strict mode.KmsMasterKeyProvider
KmsMasterKeyProvider.Builder. buildStrict(List<String> keyIds)
Builds the master key provider in Strict Mode.KmsMasterKeyProvider
KmsMasterKeyProvider. withGrantTokens(String... grantTokens)
Returns a newKmsMasterKeyProvider
that is configured identically to this one, except with the given list of grant tokens.KmsMasterKeyProvider
KmsMasterKeyProvider. withGrantTokens(List<String> grantTokens)
Returns a newKmsMasterKeyProvider
that is configured identically to this one, except with the given list of grant tokens.
-