|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. As of Coherence 3.7, deprecated with no replacement.
@Deprecated
public abstract class AbstractEncryptionFilter
Abstract implementation of a JCE-based EncryptionFilter.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_KEYSTORE_PATHDeprecated. Default KeyStore path |
static java.lang.String |
DEFAULT_KEYSTORE_TYPEDeprecated. Default KeyStore type |
protected java.security.spec.AlgorithmParameterSpec |
m_specCipherParamsDeprecated. The Cipher Paramaters |
protected java.lang.String |
m_sTransformationDeprecated. The Cipher transformation |
protected java.lang.ThreadLocal |
m_tlsCipherDeprecated. Reuseable Cipher |
| Constructor Summary | |
|---|---|
AbstractEncryptionFilter()Deprecated. |
|
| Method Summary | |
|---|---|
static java.lang.SecurityException |
ensureSecurityException(java.lang.Throwable e)Deprecated. Convert the passed exception to a SecurityException if necessary. |
static java.lang.SecurityException |
ensureSecurityException(java.lang.Throwable e, java.lang.String s)Deprecated. Convert the passed exception to a SecurityException if necessary. |
protected javax.crypto.Cipher |
getCipher(int nMode, java.security.Key key)Deprecated. Return a cached thread-local initialized Cipher. |
protected java.security.spec.AlgorithmParameterSpec |
getCipherParams()Deprecated. Return the Cipher's parameters |
protected java.lang.String |
getCipherTransformation()Deprecated. Return the Cipher's transformation |
XmlElement |
getConfig()Deprecated. Determine the current configuration of the object. |
static java.security.KeyStore |
getKeyStore(java.lang.String sType, java.lang.String sPath, char[] acPassword)Deprecated. Return a loaded KeyStore. |
protected javax.crypto.Cipher |
makeCipher(int nMode, java.security.Key key)Deprecated. Return a new initialized Cipher. |
protected void |
setCipherParams(java.security.spec.AlgorithmParameterSpec spec)Deprecated. Specify the Cipher's parameters. |
protected void |
setCipherTransformation(java.lang.String sTransformation)Deprecated. Specify the Cipher's transformation. |
| Methods inherited from interface com.tangosol.io.WrapperStreamFactory |
|---|
getInputStream, getOutputStream |
| Methods inherited from interface com.tangosol.run.xml.XmlConfigurable |
|---|
setConfig |
| Field Detail |
|---|
protected java.lang.String m_sTransformation
protected java.security.spec.AlgorithmParameterSpec m_specCipherParams
protected java.lang.ThreadLocal m_tlsCipher
public static final java.lang.String DEFAULT_KEYSTORE_TYPE
public static final java.lang.String DEFAULT_KEYSTORE_PATH
| Constructor Detail |
|---|
public AbstractEncryptionFilter()
| Method Detail |
|---|
protected void setCipherParams(java.security.spec.AlgorithmParameterSpec spec)
spec - the Cipher's parametersprotected java.security.spec.AlgorithmParameterSpec getCipherParams()
protected void setCipherTransformation(java.lang.String sTransformation)
sTransformation - the Cipher's transformationprotected java.lang.String getCipherTransformation()
protected javax.crypto.Cipher makeCipher(int nMode,
java.security.Key key)
nMode - the encryption modekey - the encryption key
protected javax.crypto.Cipher getCipher(int nMode,
java.security.Key key)
nMode - the encryption modekey - the encryption key
public static java.security.KeyStore getKeyStore(java.lang.String sType,
java.lang.String sPath,
char[] acPassword)
sType - the KeyStore typesPath - the path to the KeyStoreacPassword - the KeyStore passwordpublic static java.lang.SecurityException ensureSecurityException(java.lang.Throwable e)
e - the exception to wrap
public static java.lang.SecurityException ensureSecurityException(java.lang.Throwable e,
java.lang.String s)
e - the exception to wraps - an additional descriptionpublic XmlElement getConfig()
XmlConfigurablegetConfig in interface XmlConfigurable
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||