Package org.bouncycastle.openpgp.jcajce
Class JcaPGPSecretKeyRingCollection
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPSecretKeyRingCollection
-
- org.bouncycastle.openpgp.jcajce.JcaPGPSecretKeyRingCollection
-
- All Implemented Interfaces:
Iterable<PGPSecretKeyRing>
,org.bouncycastle.util.Iterable<PGPSecretKeyRing>
public class JcaPGPSecretKeyRingCollection extends PGPSecretKeyRingCollection
-
-
Constructor Summary
Constructors Constructor Description JcaPGPSecretKeyRingCollection(byte[] encoding)
JcaPGPSecretKeyRingCollection(InputStream in)
JcaPGPSecretKeyRingCollection(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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
JcaPGPSecretKeyRingCollection
public JcaPGPSecretKeyRingCollection(byte[] encoding) throws IOException, PGPException
- Throws:
IOException
PGPException
-
JcaPGPSecretKeyRingCollection
public JcaPGPSecretKeyRingCollection(InputStream in) throws IOException, PGPException
- Throws:
IOException
PGPException
-
JcaPGPSecretKeyRingCollection
public JcaPGPSecretKeyRingCollection(Collection collection) throws IOException, PGPException
- Throws:
IOException
PGPException
-
-