Cumulus4j API
(1.2.0)

org.cumulus4j.crypto.internal.symmetric.mode
Class C4jOFBBlockCipher

java.lang.Object
  extended by org.bouncycastle.crypto.modes.OFBBlockCipher
      extended by org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher
All Implemented Interfaces:
BlockCipher

public class C4jOFBBlockCipher
extends OFBBlockCipher

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

Constructor Summary
C4jOFBBlockCipher(BlockCipher engine, String modeName)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.crypto.modes.OFBBlockCipher
getAlgorithmName, getBlockSize, getUnderlyingCipher, init, processBlock, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C4jOFBBlockCipher

public C4jOFBBlockCipher(BlockCipher engine,
                         String modeName)

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.