| java.lang.Object com.sun.portal.kssl.Cipher com.sun.portal.kssl.BlockCipher
All known Subclasses: com.sun.portal.kssl.DES, com.sun.portal.kssl.TripleDES,
Constructor Summary | |
protected | BlockCipher() Protected constructor. |
Method Summary | |
protected int | ModeCBC(byte[] in, int inOffset, int inLen, byte[] out, int outOffset) | protected void | coreCrypt(byte[] in, int inOffset, byte[] out, int outOffset) | public int | doFinal(byte[] inBuf, int inOff, int inLen, byte[] outBuf, int outOff) | public byte | getAlgorithm() | public void | init(Key theKey, byte theMode) | public void | init(Key theKey, byte theMode, byte[] b, int off, int len) | public int | update(byte[] in, int inOffset, int inLen, byte[] out, int outOffset) |
BLOCK_SIZE | protected int BLOCK_SIZE(Code) | | |
bufCount | protected int bufCount(Code) | | |
isBuffered | protected boolean isBuffered(Code) | | |
prevBlock | protected byte[] prevBlock(Code) | | |
scratchBuf | protected byte[] scratchBuf(Code) | | |
BlockCipher | protected BlockCipher()(Code) | | Protected constructor.
|
ModeCBC | protected int ModeCBC(byte[] in, int inOffset, int inLen, byte[] out, int outOffset)(Code) | | |
coreCrypt | protected void coreCrypt(byte[] in, int inOffset, byte[] out, int outOffset)(Code) | | |
doFinal | public int doFinal(byte[] inBuf, int inOff, int inLen, byte[] outBuf, int outOff) throws CryptoException(Code) | | |
getAlgorithm | public byte getAlgorithm()(Code) | | |
update | public int update(byte[] in, int inOffset, int inLen, byte[] out, int outOffset)(Code) | | |
Methods inherited from com.sun.portal.kssl.Cipher | abstract public int doFinal(byte[] inBuf, int inOff, int inLen, byte[] outBuf, int outOff) throws CryptoException(Code)(Java Doc) abstract public byte getAlgorithm()(Code)(Java Doc) public static Cipher getInstance(byte alg, boolean ext) throws CryptoException(Code)(Java Doc) abstract public void init(Key theKey, byte theMode) throws CryptoException(Code)(Java Doc) abstract public void init(Key theKey, byte theMode, byte[] b, int off, int len) throws CryptoException(Code)(Java Doc) abstract public int update(byte[] inBuf, int inOff, int inLen, byte[] outBuf, int outOff) throws CryptoException(Code)(Java Doc)
|
|
|