|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.operator.bc.BcPGPContentSignerBuilder
public class 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
PGPException
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |