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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
BcPGPPublicKeyRingCollection |
Modifier and Type | Class and Description |
---|---|
class |
JcaPGPPublicKeyRingCollection |