Uses of Class
com.amazonaws.encryptionsdk.kms.KmsMasterKeyProvider
-
Packages that use KmsMasterKeyProvider Package Description com.amazonaws.encryptionsdk.kms Contains logic necessary to createMasterKeys 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 KmsMasterKeyProviderKmsMasterKeyProvider.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.KmsMasterKeyProviderKmsMasterKeyProvider.Builder. buildDiscovery()Builds the master key provider in Discovery Mode.KmsMasterKeyProviderKmsMasterKeyProvider.Builder. buildDiscovery(DiscoveryFilter filter)Builds the master key provider in Discovery Mode with aDiscoveryFilter.KmsMasterKeyProviderKmsMasterKeyProvider.Builder. buildStrict(String... keyIds)Builds the master key provider in strict mode.KmsMasterKeyProviderKmsMasterKeyProvider.Builder. buildStrict(List<String> keyIds)Builds the master key provider in Strict Mode.KmsMasterKeyProviderKmsMasterKeyProvider. withGrantTokens(String... grantTokens)Returns a newKmsMasterKeyProviderthat is configured identically to this one, except with the given list of grant tokens.KmsMasterKeyProviderKmsMasterKeyProvider. withGrantTokens(List<String> grantTokens)Returns a newKmsMasterKeyProviderthat is configured identically to this one, except with the given list of grant tokens.
-