Bouncy Castle Cryptography Library 1.82

org.bouncycastle.crypto.test
Class AsconTest.Counter

java.lang.Object
  extended byorg.bouncycastle.crypto.test.AsconTest.Counter
Enclosing class:
AsconTest

protected static class AsconTest.Counter
extends java.lang.Object


Constructor Summary
protected AsconTest.Counter()
           
 
Method Summary
 boolean increment()
           
 boolean increment(int delta)
           
 void init(int n)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsconTest.Counter

protected AsconTest.Counter()
Method Detail

init

public void init(int n)

increment

public boolean increment()

increment

public boolean increment(int delta)

reset

public void reset()

Bouncy Castle Cryptography Library 1.82