|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.crypto.CipherSpi
gnu.crypto.jce.cipher.CipherAdapter
gnu.crypto.jce.cipher.NullCipherSpi
public final class NullCipherSpi
The implementation of the Null cipher Service Provider Interface (SPI) adapter.
Field Summary |
---|
Fields inherited from class gnu.crypto.jce.cipher.CipherAdapter |
---|
attributes, blockLen, cipher, keyLen, mode, pad, partBlock, partLen |
Constructor Summary | |
---|---|
NullCipherSpi()
|
Method Summary |
---|
Methods inherited from class gnu.crypto.jce.cipher.CipherAdapter |
---|
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate |
Methods inherited from class javax.crypto.CipherSpi |
---|
engineDoFinal, engineGetKeySize, engineUnwrap, engineUpdate, engineWrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullCipherSpi()
|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |