de.flexiprovider.core.serpent
Class Serpent.Serpent256_OFB

java.lang.Object
  |
  +--javax.crypto.CipherSpi
        |
        +--de.flexiprovider.api.Cipher
              |
              +--de.flexiprovider.api.BlockCipher
                    |
                    +--de.flexiprovider.core.serpent.Serpent
                          |
                          +--de.flexiprovider.core.serpent.Serpent.Serpent256_OFB
Enclosing class:
Serpent

public static class Serpent.Serpent256_OFB
extends Serpent

Serpent256_OFB


Inner classes inherited from class de.flexiprovider.core.serpent.Serpent
Serpent.Serpent128_CBC, Serpent.Serpent128_CFB, Serpent.Serpent128_ECB, Serpent.Serpent128_OFB, Serpent.Serpent192_CBC, Serpent.Serpent192_CFB, Serpent.Serpent192_ECB, Serpent.Serpent192_OFB, Serpent.Serpent256_CBC, Serpent.Serpent256_CFB, Serpent.Serpent256_ECB, Serpent.Serpent256_OFB
 
Field Summary
static java.lang.String OID
          The OID of Serpent256_OFB (defined by the GNU project).
 
Fields inherited from class de.flexiprovider.core.serpent.Serpent
ALG_NAME
 
Fields inherited from class de.flexiprovider.api.BlockCipher
random
 
Fields inherited from class de.flexiprovider.api.Cipher
DECRYPT_MODE, ENCRYPT_MODE, opMode
 
Constructor Summary
Serpent.Serpent256_OFB()
           
 
Methods inherited from class de.flexiprovider.core.serpent.Serpent
getCipherBlockSize, getKeySize, getName, initCipherDecrypt, initCipherEncrypt, singleBlockDecrypt, singleBlockEncrypt
 
Methods inherited from class de.flexiprovider.api.BlockCipher
doFinal, doFinal, engineInit, getBlockSize, getIV, getOutputSize, getParameters, initDecrypt, initDecrypt, initDecrypt, initEncrypt, initEncrypt, initEncrypt, initEncrypt, setMode, setPadding, update, update
 
Methods inherited from class de.flexiprovider.api.Cipher
doFinal, doFinal, engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetKeySize, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate, update
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OID

public static final java.lang.String OID
The OID of Serpent256_OFB (defined by the GNU project).
Constructor Detail

Serpent.Serpent256_OFB

public Serpent.Serpent256_OFB()