Uses of Class
org.bouncycastle.openpgp.PGPSecretKeyRingCollection
-
Packages that use PGPSecretKeyRingCollection Package Description org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects.org.bouncycastle.openpgp.bc BC light weight based OpenPGP objects.org.bouncycastle.openpgp.jcajce JCA/JCE provider based OpenPGP objects. -
-
Uses of PGPSecretKeyRingCollection in org.bouncycastle.openpgp
Methods in org.bouncycastle.openpgp that return PGPSecretKeyRingCollection Modifier and Type Method Description static PGPSecretKeyRingCollection
PGPSecretKeyRingCollection. addSecretKeyRing(PGPSecretKeyRingCollection ringCollection, PGPSecretKeyRing secretKeyRing)
Return a new collection object containing the contents of the passed in collection and the passed in secret key ring.static PGPSecretKeyRingCollection
PGPSecretKeyRingCollection. removeSecretKeyRing(PGPSecretKeyRingCollection ringCollection, PGPSecretKeyRing secretKeyRing)
Return a new collection object containing the contents of this collection with the passed in secret key ring removed.Methods in org.bouncycastle.openpgp with parameters of type PGPSecretKeyRingCollection Modifier and Type Method Description static PGPSecretKeyRingCollection
PGPSecretKeyRingCollection. addSecretKeyRing(PGPSecretKeyRingCollection ringCollection, PGPSecretKeyRing secretKeyRing)
Return a new collection object containing the contents of the passed in collection and the passed in secret key ring.static PGPSecretKeyRingCollection
PGPSecretKeyRingCollection. removeSecretKeyRing(PGPSecretKeyRingCollection ringCollection, PGPSecretKeyRing secretKeyRing)
Return a new collection object containing the contents of this collection with the passed in secret key ring removed. -
Uses of PGPSecretKeyRingCollection in org.bouncycastle.openpgp.bc
Subclasses of PGPSecretKeyRingCollection in org.bouncycastle.openpgp.bc Modifier and Type Class Description class
BcPGPSecretKeyRingCollection
-
Uses of PGPSecretKeyRingCollection in org.bouncycastle.openpgp.jcajce
Subclasses of PGPSecretKeyRingCollection in org.bouncycastle.openpgp.jcajce Modifier and Type Class Description class
JcaPGPSecretKeyRingCollection
-