Bouncy Castle Cryptography 1.51

org.bouncycastle.openpgp.jcajce
Class JcaPGPSecretKeyRingCollection

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPSecretKeyRingCollection
      extended by org.bouncycastle.openpgp.jcajce.JcaPGPSecretKeyRingCollection

public class JcaPGPSecretKeyRingCollection
extends PGPSecretKeyRingCollection


Constructor Summary
JcaPGPSecretKeyRingCollection(byte[] encoding)
           
JcaPGPSecretKeyRingCollection(java.util.Collection collection)
           
JcaPGPSecretKeyRingCollection(java.io.InputStream in)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
addSecretKeyRing, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getSecretKey, getSecretKeyRing, removeSecretKeyRing, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaPGPSecretKeyRingCollection

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

JcaPGPSecretKeyRingCollection

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

JcaPGPSecretKeyRingCollection

public JcaPGPSecretKeyRingCollection(java.util.Collection collection)
                              throws java.io.IOException,
                                     PGPException
Throws:
java.io.IOException
PGPException

Bouncy Castle Cryptography 1.51