Uses of Class
org.bouncycastle.openpgp.PGPPublicKeyRingCollection
-
Packages that use PGPPublicKeyRingCollection 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 PGPPublicKeyRingCollection in org.bouncycastle.openpgp
Methods in org.bouncycastle.openpgp that return PGPPublicKeyRingCollection Modifier and Type Method Description static PGPPublicKeyRingCollection
PGPPublicKeyRingCollection. addPublicKeyRing(PGPPublicKeyRingCollection ringCollection, PGPPublicKeyRing publicKeyRing)
Return a new collection object containing the contents of the passed in collection and the passed in public key ring.static PGPPublicKeyRingCollection
PGPPublicKeyRingCollection. removePublicKeyRing(PGPPublicKeyRingCollection ringCollection, PGPPublicKeyRing publicKeyRing)
Return a new collection object containing the contents of this collection with the passed in public key ring removed.Methods in org.bouncycastle.openpgp with parameters of type PGPPublicKeyRingCollection Modifier and Type Method Description static PGPPublicKeyRingCollection
PGPPublicKeyRingCollection. addPublicKeyRing(PGPPublicKeyRingCollection ringCollection, PGPPublicKeyRing publicKeyRing)
Return a new collection object containing the contents of the passed in collection and the passed in public key ring.static PGPPublicKeyRingCollection
PGPPublicKeyRingCollection. removePublicKeyRing(PGPPublicKeyRingCollection ringCollection, PGPPublicKeyRing publicKeyRing)
Return a new collection object containing the contents of this collection with the passed in public key ring removed. -
Uses of PGPPublicKeyRingCollection in org.bouncycastle.openpgp.bc
Subclasses of PGPPublicKeyRingCollection in org.bouncycastle.openpgp.bc Modifier and Type Class Description class
BcPGPPublicKeyRingCollection
-
Uses of PGPPublicKeyRingCollection in org.bouncycastle.openpgp.jcajce
Subclasses of PGPPublicKeyRingCollection in org.bouncycastle.openpgp.jcajce Modifier and Type Class Description class
JcaPGPPublicKeyRingCollection
-