de.fuberlin.wiwiss.ng4j.swp.util
Class OpenPGPUtils

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.swp.util.OpenPGPUtils

public class OpenPGPUtils
extends Object


Constructor Summary
OpenPGPUtils()
           
 
Method Summary
static PrivateKey decryptPGP(String keystore, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenPGPUtils

public OpenPGPUtils()
Method Detail

decryptPGP

public static PrivateKey decryptPGP(String keystore,
                                    String password)
                             throws NoSuchProviderException,
                                    IOException,
                                    org.bouncycastle.openpgp.PGPException
Throws:
NoSuchProviderException
IOException
org.bouncycastle.openpgp.PGPException