| Package | Description |
|---|---|
| com.amazonaws.encryptionsdk.kms |
Contains logic necessary to create
MasterKeys backed
by AWS KMS keys. |
| Modifier and Type | Method and Description |
|---|---|
KmsMasterKeyProvider |
KmsMasterKeyProvider.Builder.build()
Builds the master key provider.
|
KmsMasterKeyProvider |
KmsMasterKeyProvider.withGrantTokens(List<String> grantTokens)
Returns a new
KmsMasterKeyProvider that is configured identically to this one, except with the given list
of grant tokens. |
KmsMasterKeyProvider |
KmsMasterKeyProvider.withGrantTokens(String... grantTokens)
Returns a new
KmsMasterKeyProvider that is configured identically to this one, except with the given list
of grant tokens. |
Copyright © 2018. All rights reserved.