Bouncy Castle Cryptography 1.51

org.bouncycastle.openpgp.jcajce
Class JcaPGPSecretKeyRing

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPKeyRing
      extended by org.bouncycastle.openpgp.PGPSecretKeyRing
          extended by org.bouncycastle.openpgp.jcajce.JcaPGPSecretKeyRing

public class JcaPGPSecretKeyRing
extends PGPSecretKeyRing


Constructor Summary
JcaPGPSecretKeyRing(byte[] encoding)
           
JcaPGPSecretKeyRing(java.io.InputStream in)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.openpgp.PGPSecretKeyRing
copyWithNewPassword, encode, getEncoded, getExtraPublicKeys, getPublicKey, getPublicKey, getPublicKeys, getSecretKey, getSecretKey, getSecretKeys, insertSecretKey, removeSecretKey, replacePublicKeys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaPGPSecretKeyRing

public JcaPGPSecretKeyRing(byte[] encoding)
                    throws java.io.IOException,
                           PGPException
Throws:
java.io.IOException
PGPException

JcaPGPSecretKeyRing

public JcaPGPSecretKeyRing(java.io.InputStream in)
                    throws java.io.IOException,
                           PGPException
Throws:
java.io.IOException
PGPException

Bouncy Castle Cryptography 1.51