com.didisoft.pgp.exceptions
Class KeyIsRevokedException

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPException
      extended by com.didisoft.pgp.PGPException
          extended by com.didisoft.pgp.exceptions.KeyIsRevokedException

public class KeyIsRevokedException
extends PGPException

Exception that indicates that a supplied key is revoked.

To enable usage of revoked keys, invoke PGPLib.setUseRevokeKeys(true)

Since:
2.5.7
See Also:
PGPLib.setUseRevokedKeys(boolean)

Constructor Summary
KeyIsRevokedException(java.lang.String message)
           
KeyIsRevokedException(java.lang.String message, java.lang.Exception underlying)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyIsRevokedException

public KeyIsRevokedException(java.lang.String message)

KeyIsRevokedException

public KeyIsRevokedException(java.lang.String message,
                             java.lang.Exception underlying)


Copyright © 2006-2013 DidiSoft Ltd. All Rights Reserved.