Bouncy Castle Cryptography 1.51

org.bouncycastle.openpgp.bc
Class BcPGPSecretKeyRing

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPKeyRing
      extended by org.bouncycastle.openpgp.PGPSecretKeyRing
          extended by org.bouncycastle.openpgp.bc.BcPGPSecretKeyRing

public class BcPGPSecretKeyRing
extends PGPSecretKeyRing


Constructor Summary
BcPGPSecretKeyRing(byte[] encoding)
           
BcPGPSecretKeyRing(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

BcPGPSecretKeyRing

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

BcPGPSecretKeyRing

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

Bouncy Castle Cryptography 1.51