|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.internal.security.DefaultCipherProvider
org.eclipse.datatools.connectivity.security.CipherProviderBase
public class CipherProviderBase
[Provisional]
A base class implementation of the ICipherProvider
interface.
It reads a secret (symmetric) key specification (KeySpec
)
from a bundled resource.
A custom ICipherProvider class implementation may optionally extend from this,
to provide own instance of KeySpec.
Constructor Summary | |
---|---|
CipherProviderBase()
|
Method Summary |
---|
Methods inherited from class org.eclipse.datatools.connectivity.internal.security.DefaultCipherProvider |
---|
createDecryptionCipher, createEncryptionCipher |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.connectivity.security.ICipherProvider |
---|
createDecryptionCipher, createEncryptionCipher |
Constructor Detail |
---|
public CipherProviderBase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |