Class BcPGPContentSignerBuilder
java.lang.Object
org.bouncycastle.openpgp.operator.bc.BcPGPContentSignerBuilder
- All Implemented Interfaces:
PGPContentSignerBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(int signatureType, PGPPrivateKey privateKey) setSecureRandom
(SecureRandom random)
-
Constructor Details
-
BcPGPContentSignerBuilder
public BcPGPContentSignerBuilder(int keyAlgorithm, int hashAlgorithm)
-
-
Method Details
-
setSecureRandom
-
build
- Specified by:
build
in interfacePGPContentSignerBuilder
- Throws:
PGPException
-