Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.constraints
Class LoggingConstraint

java.lang.Object
  extended byorg.bouncycastle.crypto.constraints.ServicesConstraint
      extended byorg.bouncycastle.crypto.constraints.LoggingConstraint
All Implemented Interfaces:
CryptoServicesConstraints

public class LoggingConstraint
extends ServicesConstraint


Field Summary
 
Fields inherited from class org.bouncycastle.crypto.constraints.ServicesConstraint
LOG
 
Constructor Summary
protected LoggingConstraint(java.util.Set exceptions)
           
 
Method Summary
 void check(CryptoServiceProperties service)
           
 
Methods inherited from class org.bouncycastle.crypto.constraints.ServicesConstraint
isException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingConstraint

protected LoggingConstraint(java.util.Set exceptions)
Method Detail

check

public void check(CryptoServiceProperties service)

Bouncy Castle Cryptography Library 1.81