Bouncy Castle Cryptography 1.50

org.bouncycastle.jcajce.provider.symmetric
Class Twofish.PBEWithSHA

java.lang.Object
  extended by javax.crypto.CipherSpi
      extended by org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
          extended by org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher
              extended by 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
 
Nested classes/interfaces inherited from interface org.bouncycastle.jcajce.provider.symmetric.util.PBE
PBE.Util
 
Field Summary
 
Fields inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
engineParams, pbeHash, pbeIvSize, pbeKeySize, pbeType, wrapEngine
 
Fields inherited from interface org.bouncycastle.jcajce.provider.symmetric.util.PBE
GOST3411, MD2, MD5, OPENSSL, PKCS12, PKCS5S1, PKCS5S1_UTF8, PKCS5S2, PKCS5S2_UTF8, RIPEMD160, SHA1, SHA256, TIGER
 
Constructor Summary
Twofish.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, engineUpdate, engineUpdateAAD, engineUpdateAAD
 
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
engineUnwrap, engineWrap
 
Methods inherited from class javax.crypto.CipherSpi
engineDoFinal, engineUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Twofish.PBEWithSHA

public Twofish.PBEWithSHA()

Bouncy Castle Cryptography 1.50