|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.operator.bc.BcPGPContentSignerBuilder
Constructor Summary | |
BcPGPContentSignerBuilder(int keyAlgorithm,
int hashAlgorithm)
|
Method Summary | |
PGPContentSigner |
build(int signatureType,
PGPPrivateKey privateKey)
|
BcPGPContentSignerBuilder |
setSecureRandom(java.security.SecureRandom random)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BcPGPContentSignerBuilder(int keyAlgorithm, int hashAlgorithm)
Method Detail |
public BcPGPContentSignerBuilder setSecureRandom(java.security.SecureRandom random)
public PGPContentSigner build(int signatureType, PGPPrivateKey privateKey) throws PGPException
build
in interface PGPContentSignerBuilder
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |