Package org.bouncycastle.openpgp.bc
Class BcPGPSecretKeyRingCollection
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPSecretKeyRingCollection
-
- org.bouncycastle.openpgp.bc.BcPGPSecretKeyRingCollection
-
- All Implemented Interfaces:
java.lang.Iterable<PGPSecretKeyRing>
,org.bouncycastle.util.Iterable<PGPSecretKeyRing>
public class BcPGPSecretKeyRingCollection extends PGPSecretKeyRingCollection
-
-
Constructor Summary
Constructors Constructor Description BcPGPSecretKeyRingCollection(byte[] encoding)
BcPGPSecretKeyRingCollection(java.io.InputStream in)
BcPGPSecretKeyRingCollection(java.util.Collection collection)
-
Method Summary
-
Methods inherited from class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
addSecretKeyRing, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getSecretKey, getSecretKeyRing, iterator, removeSecretKeyRing, size
-
-
-
-
Constructor Detail
-
BcPGPSecretKeyRingCollection
public BcPGPSecretKeyRingCollection(byte[] encoding) throws java.io.IOException, PGPException
- Throws:
java.io.IOException
PGPException
-
BcPGPSecretKeyRingCollection
public BcPGPSecretKeyRingCollection(java.io.InputStream in) throws java.io.IOException, PGPException
- Throws:
java.io.IOException
PGPException
-
BcPGPSecretKeyRingCollection
public BcPGPSecretKeyRingCollection(java.util.Collection collection) throws java.io.IOException, PGPException
- Throws:
java.io.IOException
PGPException
-
-