java.lang.Object
org.gridgain.internal.encryption.provider.configuration.KeyProviderConfigurationSchema
@PolymorphicConfig
public class KeyProviderConfigurationSchema
extends Object
Key provider configuration schema.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TYPE_SECRET
public static final String TYPE_SECRET
- See Also:
-
-
TYPE_KEYSTORE
public static final String TYPE_KEYSTORE
- See Also:
-
-
TYPE_AWS_KMS
public static final String TYPE_AWS_KMS
- See Also:
-
-
type
@PolymorphicId
public String type
Key provider type.
-
name
@InjectedName
public String name
Name.
-
cipher
@Value(hasDefault=true)
@Immutable
public String cipher
-
Constructor Details
-
KeyProviderConfigurationSchema
public KeyProviderConfigurationSchema()