Uses of Interface
org.bouncycastle.openpgp.operator.PGPContentSigner
-
Packages that use PGPContentSigner Package Description org.bouncycastle.openpgp.operator Interfaces and abstract classes to provide the framework to support operations on the OpenPGP high level classes.org.bouncycastle.openpgp.operator.bc BC lightweight operators for dealing with OpenPGP objects.org.bouncycastle.openpgp.operator.jcajce JCA/JCE based operators for dealing with OpenPGP objects. -
-
Uses of PGPContentSigner in org.bouncycastle.openpgp.operator
Methods in org.bouncycastle.openpgp.operator that return PGPContentSigner Modifier and Type Method Description PGPContentSigner
PGPContentSignerBuilder. build(int signatureType, PGPPrivateKey privateKey)
-
Uses of PGPContentSigner in org.bouncycastle.openpgp.operator.bc
Methods in org.bouncycastle.openpgp.operator.bc that return PGPContentSigner Modifier and Type Method Description PGPContentSigner
BcPGPContentSignerBuilder. build(int signatureType, PGPPrivateKey privateKey)
-
Uses of PGPContentSigner in org.bouncycastle.openpgp.operator.jcajce
Methods in org.bouncycastle.openpgp.operator.jcajce that return PGPContentSigner Modifier and Type Method Description PGPContentSigner
JcaPGPContentSignerBuilder. build(int signatureType, long keyID, PrivateKey privateKey)
PGPContentSigner
JcaPGPContentSignerBuilder. build(int signatureType, PGPPrivateKey privateKey)
-