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()Builds the master key provider.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.
-