Uses of Class
org.bouncycastle.openpgp.PGPKeyRing
-
Packages that use PGPKeyRing 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 PGPKeyRing in org.bouncycastle.openpgp
Subclasses of PGPKeyRing in org.bouncycastle.openpgp Modifier and Type Class Description class
PGPPublicKeyRing
Class to hold a single master public key and its subkeys.class
PGPSecretKeyRing
Class to hold a single master secret key and its subkeys. -
Uses of PGPKeyRing in org.bouncycastle.openpgp.bc
Subclasses of PGPKeyRing in org.bouncycastle.openpgp.bc Modifier and Type Class Description class
BcPGPPublicKeyRing
class
BcPGPSecretKeyRing
-
Uses of PGPKeyRing in org.bouncycastle.openpgp.jcajce
Subclasses of PGPKeyRing in org.bouncycastle.openpgp.jcajce Modifier and Type Class Description class
JcaPGPPublicKeyRing
class
JcaPGPSecretKeyRing
-