|
Bouncy Castle Cryptography 1.11 API Specification: Class JCEStreamCipher.DES_OFB8
org.bouncycastle.jce.provider
Class JCEStreamCipher.DES_OFB8
java.lang.Object
|
+--javax.crypto.CipherSpi
|
+--org.bouncycastle.jce.provider.WrapCipherSpi
|
+--org.bouncycastle.jce.provider.JCEStreamCipher
|
+--org.bouncycastle.jce.provider.JCEStreamCipher.DES_OFB8
- All Implemented Interfaces:
- PBE
- Enclosing class:
- JCEStreamCipher
- public static class JCEStreamCipher.DES_OFB8
- extends JCEStreamCipher
DES
Inner classes inherited from class org.bouncycastle.jce.provider.JCEStreamCipher |
JCEStreamCipher.Blowfish_CFB8, JCEStreamCipher.Blowfish_OFB8, JCEStreamCipher.DES_CFB8, JCEStreamCipher.DES_OFB8, JCEStreamCipher.DESede_CFB8, JCEStreamCipher.DESede_OFB8, JCEStreamCipher.IDEA_CFB8, JCEStreamCipher.IDEA_OFB8, JCEStreamCipher.PBEWithSHAAnd128BitRC4, JCEStreamCipher.PBEWithSHAAnd40BitRC4, JCEStreamCipher.RC4, JCEStreamCipher.Skipjack_CFB8, JCEStreamCipher.Skipjack_OFB8, JCEStreamCipher.Twofish_CFB8, JCEStreamCipher.Twofish_OFB8 |
Inner classes inherited from class org.bouncycastle.jce.provider.PBE |
PBE.Util |
Methods inherited from class org.bouncycastle.jce.provider.JCEStreamCipher |
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetKeySize, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCEStreamCipher.DES_OFB8
public JCEStreamCipher.DES_OFB8()
|