Bouncy Castle Cryptography Library 1.82

org.bouncycastle.crypto.engines
Class AEADBaseEngine.DecryptionFailureCounter

java.lang.Object
  extended byorg.bouncycastle.crypto.engines.AEADBaseEngine.DecryptionFailureCounter
Enclosing class:
org.bouncycastle.crypto.engines.AEADBaseEngine

protected static class AEADBaseEngine.DecryptionFailureCounter
extends java.lang.Object


Constructor Summary
protected AEADBaseEngine.DecryptionFailureCounter()
           
 
Method Summary
 boolean increment()
           
 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

AEADBaseEngine.DecryptionFailureCounter

protected AEADBaseEngine.DecryptionFailureCounter()
Method Detail

init

public void init(int n)

increment

public boolean increment()

reset

public void reset()

Bouncy Castle Cryptography Library 1.82