de.flexiprovider.core.camellia
Class Camellia.Camellia256_CBC

java.lang.Object
  |
  +--javax.crypto.CipherSpi
        |
        +--de.flexiprovider.api.Cipher
              |
              +--de.flexiprovider.api.BlockCipher
                    |
                    +--de.flexiprovider.core.camellia.Camellia
                          |
                          +--de.flexiprovider.core.camellia.Camellia.Camellia256_CBC
Enclosing class:
Camellia

public static class Camellia.Camellia256_CBC
extends Camellia

Camellia256_CBC


Inner classes inherited from class de.flexiprovider.core.camellia.Camellia
Camellia.Camellia128_CBC, Camellia.Camellia192_CBC, Camellia.Camellia256_CBC
 
Field Summary
static java.lang.String OID
          The OID of Camellia256_CBC (defined by RFC 3657).
 
Fields inherited from class de.flexiprovider.core.camellia.Camellia
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
Camellia.Camellia256_CBC()
           
 
Methods inherited from class de.flexiprovider.core.camellia.Camellia
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 Camellia256_CBC (defined by RFC 3657).
Constructor Detail

Camellia.Camellia256_CBC

public Camellia.Camellia256_CBC()