Class SecretPhraseKeyProviderConfigurationSchema
java.lang.Object
org.gridgain.internal.encryption.provider.configuration.KeyProviderConfigurationSchema
org.gridgain.internal.encryption.provider.secret.SecretPhraseKeyProviderConfigurationSchema
@PolymorphicConfigInstance("secret")
public class SecretPhraseKeyProviderConfigurationSchema
extends org.gridgain.internal.encryption.provider.configuration.KeyProviderConfigurationSchema
Secret phrase key provider configuration schema.
Deriving key encryption key from a given secret phrase and salt using PBKDF2 key derivation function.
-
Field Summary
FieldsFields 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
-
secretPhrase
Secret phrase. -
salt
Salt.
-
-
Constructor Details
-
SecretPhraseKeyProviderConfigurationSchema
public SecretPhraseKeyProviderConfigurationSchema()
-