Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.bc
Class BcPGPSecretKeyRingCollection

java.lang.Object
  |
  +--org.bouncycastle.openpgp.PGPSecretKeyRingCollection
        |
        +--org.bouncycastle.openpgp.bc.BcPGPSecretKeyRingCollection
All Implemented Interfaces:
org.bouncycastle.util.Iterable

public class BcPGPSecretKeyRingCollection
extends PGPSecretKeyRingCollection


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

Constructor Detail

BcPGPSecretKeyRingCollection

public BcPGPSecretKeyRingCollection(byte[] encoding)
                             throws java.io.IOException,
                                    PGPException

BcPGPSecretKeyRingCollection

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

BcPGPSecretKeyRingCollection

public BcPGPSecretKeyRingCollection(java.util.Collection collection)

Bouncy Castle Cryptography Library 1.79