Class JcaPGPSecretKeyRingCollection
java.lang.Object
org.bouncycastle.openpgp.PGPSecretKeyRingCollection
org.bouncycastle.openpgp.jcajce.JcaPGPSecretKeyRingCollection
- All Implemented Interfaces:
Iterable<PGPSecretKeyRing>, org.bouncycastle.util.Iterable<PGPSecretKeyRing>
-
Constructor Summary
ConstructorsConstructorDescriptionJcaPGPSecretKeyRingCollection(byte[] encoding) JcaPGPSecretKeyRingCollection(Collection<PGPSecretKeyRing> collection) -
Method Summary
Methods inherited from class PGPSecretKeyRingCollection
addSecretKeyRing, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getSecretKey, getSecretKeyRing, iterator, removeSecretKeyRing, sizeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
JcaPGPSecretKeyRingCollection
- Throws:
IOExceptionPGPException
-
JcaPGPSecretKeyRingCollection
- Throws:
IOExceptionPGPException
-
JcaPGPSecretKeyRingCollection
-