The PKCS encryption filter supports the following parameters, see the encryption filters section for examples, or the com.tangosol.net.security.ClusterEncryptionFilter JavaDocs for additional configuration details.
Parameter Name | Value Description |
---|---|
keyAlias | Specifies the alias to use in reading the key from the keystore. |
keyPassword | Specifies the password to use in reading the key. Preconfigured override is tangosol.coherence.security.password |
storeType | Specifies the type of KeyStore. Default value is "JKS". |
store | Specifies the path to the KeyStore Default value is ".keystore". |
storePassword | Specifies the password to use to access the store If unspecified value of keyPassword parameter will be used. |
transformation | Specifies the transformation to use Default value is "RSA/NONE/PKCS1Padding". |
sharedKeyType | Specifies the type of shared key. Default value is "DESede". |
sharedKeySize | Specifies the size of shared key. Default value is 112. |
asymmetricFilterClassName | Specifies the asymmetric filter implementation. Default value is "com.tangosol.net.security.AsymmetricEncryptionFilter". |