Uses of Class
com.didisoft.pgp.exceptions.WrongPrivateKeyException

Packages that use WrongPrivateKeyException
com.didisoft.pgp OpenPGP Library for Java 
com.didisoft.pgp.exceptions Custom Exceptions 
 

Uses of WrongPrivateKeyException in com.didisoft.pgp
 

Constructors in com.didisoft.pgp that throw WrongPrivateKeyException
PGPKeyPair(java.lang.String publicKeyFile, java.lang.String privateKeyFile)
          Initializes the object from a public and private PGP key files.
 

Uses of WrongPrivateKeyException in com.didisoft.pgp.exceptions
 

Subclasses of WrongPrivateKeyException in com.didisoft.pgp.exceptions
 class NoPrivateKeyFoundException
          Exception that indicates that a private key has not been found in a supplied file/stream parameter.
 



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