Class BcPGPContentSignerBuilderProvider
java.lang.Object
org.bouncycastle.openpgp.operator.PGPContentSignerBuilderProvider
org.bouncycastle.openpgp.operator.bc.BcPGPContentSignerBuilderProvider
-
Field Summary
Fields inherited from class org.bouncycastle.openpgp.operator.PGPContentSignerBuilderProvider
hashAlgorithmId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(PGPPublicKey signingKey) Return a new instance of thePGPContentSignerBuilder
for the given signing key.
-
Constructor Details
-
BcPGPContentSignerBuilderProvider
public BcPGPContentSignerBuilderProvider(int hashAlgorithmId)
-
-
Method Details
-
get
Description copied from class:PGPContentSignerBuilderProvider
Return a new instance of thePGPContentSignerBuilder
for the given signing key.- Specified by:
get
in classPGPContentSignerBuilderProvider
- Parameters:
signingKey
- public part of the signing key- Returns:
- content signer builder
-