Class Twofish.PBEWithSHA
java.lang.Object
javax.crypto.CipherSpi
org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher
org.bouncycastle.jcajce.provider.symmetric.Twofish.PBEWithSHA
- All Implemented Interfaces:
PBE
- Enclosing class:
- Twofish
public static class Twofish.PBEWithSHA extends BaseBlockCipher
PBEWithSHAAndTwofish-CBC
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
engineParams, pbeHash, pbeIvSize, pbeKeySize, pbeType, wrapEngineFields inherited from interface org.bouncycastle.jcajce.provider.symmetric.util.PBE
MD5, OPENSSL, PKCS12, PKCS5S1, PKCS5S1_UTF8, PKCS5S2, PKCS5S2_UTF8, SHA1, SHA256 -
Constructor Summary
Constructors Constructor Description PBEWithSHA() -
Method Summary
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetKeySize, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdateMethods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
engineUnwrap, engineWrapMethods inherited from class javax.crypto.CipherSpi
engineDoFinal, engineUpdate, engineUpdateAAD, engineUpdateAAD
-
Constructor Details
-
PBEWithSHA
public PBEWithSHA()
-