Package | Description |
---|---|
com.amazonaws.encryptionsdk.kms |
Contains logic necessary to create
MasterKey s backed by AWS
KMS keys. |
Modifier and Type | Method and Description |
---|---|
AwsKmsMrkAwareMasterKeyProvider |
AwsKmsMrkAwareMasterKeyProvider.Builder.buildDiscovery()
Builds the master key provider in Discovery Mode.
|
AwsKmsMrkAwareMasterKeyProvider |
AwsKmsMrkAwareMasterKeyProvider.Builder.buildDiscovery(DiscoveryFilter filter)
Builds the master key provider in Discovery Mode with a
DiscoveryFilter . |
AwsKmsMrkAwareMasterKeyProvider |
AwsKmsMrkAwareMasterKeyProvider.Builder.buildStrict(List<String> keyIds)
Builds the master key provider in Strict Mode.
|
AwsKmsMrkAwareMasterKeyProvider |
AwsKmsMrkAwareMasterKeyProvider.Builder.buildStrict(String... keyIds)
Builds the master key provider in strict mode.
|
AwsKmsMrkAwareMasterKeyProvider |
AwsKmsMrkAwareMasterKeyProvider.withGrantTokens(List<String> grantTokens)
Returns a new
AwsKmsMrkAwareMasterKeyProvider that is configured identically to this
one, except with the given list of grant tokens. |
AwsKmsMrkAwareMasterKeyProvider |
AwsKmsMrkAwareMasterKeyProvider.withGrantTokens(String... grantTokens)
Returns a new
AwsKmsMrkAwareMasterKeyProvider that is configured identically to this
one, except with the given list of grant tokens. |
Copyright © 2023. All rights reserved.