Package org.bouncycastle.openpgp.jcajce
Class JcaPGPSecretKeyRingCollection
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPSecretKeyRingCollection
-
- org.bouncycastle.openpgp.jcajce.JcaPGPSecretKeyRingCollection
-
- All Implemented Interfaces:
java.lang.Iterable<PGPSecretKeyRing>
,org.bouncycastle.util.Iterable<PGPSecretKeyRing>
public class JcaPGPSecretKeyRingCollection extends PGPSecretKeyRingCollection
-
-
Constructor Summary
Constructors Constructor Description JcaPGPSecretKeyRingCollection(byte[] encoding)
JcaPGPSecretKeyRingCollection(java.io.InputStream in)
JcaPGPSecretKeyRingCollection(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
-
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
-
-