| java.lang.Object com.sun.portal.kssl.Cipher com.sun.portal.kssl.BlockCipher com.sun.portal.kssl.TripleDES
Method Summary | |
protected void | coreCrypt(byte[] in, int inOffset, byte[] out, int outOffset) | public byte | getAlgorithm() | public void | init(Key theKey, byte theMode) |
TripleDES | public TripleDES()(Code) | | |
coreCrypt | protected void coreCrypt(byte[] in, int inOffset, byte[] out, int outOffset)(Code) | | |
getAlgorithm | public byte getAlgorithm()(Code) | | |
Methods inherited from com.sun.portal.kssl.BlockCipher | protected int ModeCBC(byte[] in, int inOffset, int inLen, byte[] out, int outOffset)(Code)(Java Doc) protected void coreCrypt(byte[] in, int inOffset, byte[] out, int outOffset)(Code)(Java Doc) public int doFinal(byte[] inBuf, int inOff, int inLen, byte[] outBuf, int outOff) throws CryptoException(Code)(Java Doc) public byte getAlgorithm()(Code)(Java Doc) public void init(Key theKey, byte theMode) throws CryptoException(Code)(Java Doc) public void init(Key theKey, byte theMode, byte[] b, int off, int len) throws CryptoException(Code)(Java Doc) public int update(byte[] in, int inOffset, int inLen, byte[] out, int outOffset)(Code)(Java Doc)
|
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)
|
|
|