Class KeyStoreKeyProviderConfigurationSchema
java.lang.Object
org.gridgain.internal.encryption.provider.configuration.KeyProviderConfigurationSchema
org.gridgain.internal.encryption.provider.keystore.KeyStoreKeyProviderConfigurationSchema
@PolymorphicConfigInstance("keystore")
public class KeyStoreKeyProviderConfigurationSchema
extends org.gridgain.internal.encryption.provider.configuration.KeyProviderConfigurationSchema
Keystore key provider configuration schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionName/Alias for the active KEK.Type of the keystore.Password for opening the keystore and extracting the KEK.Path to the keystore file.Fields inherited from class org.gridgain.internal.encryption.provider.configuration.KeyProviderConfigurationSchema
cipher, name, type, TYPE_AWS_KMS, TYPE_KEYSTORE, TYPE_SECRET -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keyStoreType
Type of the keystore. -
path
Path to the keystore file. -
password
Password for opening the keystore and extracting the KEK. -
activeKeyName
Name/Alias for the active KEK.
-
-
Constructor Details
-
KeyStoreKeyProviderConfigurationSchema
public KeyStoreKeyProviderConfigurationSchema()
-