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.
|
Modifier and Type | Method and Description |
---|---|
PGPContentSigner |
PGPContentSignerBuilder.build(int signatureType,
PGPPrivateKey privateKey) |
Modifier and Type | Method and Description |
---|---|
PGPContentSigner |
BcPGPContentSignerBuilder.build(int signatureType,
PGPPrivateKey privateKey) |
Modifier and Type | Method and Description |
---|---|
PGPContentSigner |
JcaPGPContentSignerBuilder.build(int signatureType,
long keyID,
java.security.PrivateKey privateKey) |
PGPContentSigner |
JcaPGPContentSignerBuilder.build(int signatureType,
PGPPrivateKey privateKey) |