Package | Description |
---|---|
org.bouncycastle.openpgp.operator | |
org.bouncycastle.openpgp.operator.bc | |
org.bouncycastle.openpgp.operator.jcajce |
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) |