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