|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.operator.PGPContentSignerBuilderProvider
Provider class for PGPContentSignerBuilder
instances.
Concrete implementations of this class can choose the cryptographic backend (BC, JCA/JCE).
Field Summary | |
protected int |
hashAlgorithmId
|
Constructor Summary | |
PGPContentSignerBuilderProvider(int hashAlgorithmId)
Constructor. |
Method Summary | |
abstract PGPContentSignerBuilder |
get(PGPPublicKey signingKey)
Return a new instance of the PGPContentSignerBuilder for the given signing key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final int hashAlgorithmId
Constructor Detail |
public PGPContentSignerBuilderProvider(int hashAlgorithmId)
hashAlgorithmId
- ID of the hash algorithm the PGPContentSignerBuilder
shall use.Method Detail |
public abstract PGPContentSignerBuilder get(PGPPublicKey signingKey)
PGPContentSignerBuilder
for the given signing key.
signingKey
- public part of the signing key
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |