Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.jcajce
Class JcaPGPSecretKeyRing

java.lang.Object
  extended byorg.bouncycastle.openpgp.PGPKeyRing
      extended byorg.bouncycastle.openpgp.PGPSecretKeyRing
          extended byorg.bouncycastle.openpgp.jcajce.JcaPGPSecretKeyRing
All Implemented Interfaces:
org.bouncycastle.util.Iterable

public class JcaPGPSecretKeyRing
extends PGPSecretKeyRing


Constructor Summary
JcaPGPSecretKeyRing(byte[] encoding)
           
JcaPGPSecretKeyRing(java.io.InputStream in)
           
 
Methods inherited from class org.bouncycastle.openpgp.PGPSecretKeyRing
copyWithNewPassword, encode, getEncoded, getEncoded, getExtraPublicKeys, getKeysWithSignaturesBy, getKeysWithSignaturesBy, getPublicKey, getPublicKey, getPublicKey, getPublicKey, getPublicKeys, getPublicKeys, getSecretKey, getSecretKey, getSecretKey, getSecretKey, getSecretKeys, getSecretKeys, insertOrReplacePublicKey, insertSecretKey, iterator, removeSecretKey, replacePublicKeys, size, toCertificate
 
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

JcaPGPSecretKeyRing

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

Bouncy Castle Cryptography Library 1.81