de.flexiprovider.core.idea
Class IDEA.IDEA_OFB

java.lang.Object
  |
  +--javax.crypto.CipherSpi
        |
        +--de.flexiprovider.api.Cipher
              |
              +--de.flexiprovider.api.BlockCipher
                    |
                    +--de.flexiprovider.core.idea.IDEA
                          |
                          +--de.flexiprovider.core.idea.IDEA.IDEA_OFB
Enclosing class:
IDEA

public static class IDEA.IDEA_OFB
extends IDEA

IDEA_OFB


Inner classes inherited from class de.flexiprovider.core.idea.IDEA
IDEA.IDEA_CBC, IDEA.IDEA_CFB, IDEA.IDEA_ECB, IDEA.IDEA_OFB
 
Field Summary
static java.lang.String OID
          The OID of IDEA_OFB.
 
Fields inherited from class de.flexiprovider.core.idea.IDEA
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
IDEA.IDEA_OFB()
           
 
Methods inherited from class de.flexiprovider.core.idea.IDEA
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 IDEA_OFB.
Constructor Detail

IDEA.IDEA_OFB

public IDEA.IDEA_OFB()