public class AwsKeyStorageProvider extends Object implements KeyStorageProvider
KeyStorageProvider that encrypts keys using AWS KMS and
store them using S3.| Constructor and Description |
|---|
AwsKeyStorageProvider() |
| Modifier and Type | Method and Description |
|---|---|
KeyStorage |
getInstance(Properties properties) |
String |
getName() |
boolean |
isMutable() |
public String getName()
getName in interface KeyStorageProviderpublic boolean isMutable()
isMutable in interface KeyStorageProviderpublic KeyStorage getInstance(Properties properties) throws Exception
getInstance in interface KeyStorageProviderExceptionCopyright © 2019. All rights reserved.