Interface PGPContentSignerBuilder
-
- All Known Implementing Classes:
BcPGPContentSignerBuilder
,JcaPGPContentSignerBuilder
public interface PGPContentSignerBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PGPContentSigner
build(int signatureType, PGPPrivateKey privateKey)
-
-
-
Method Detail
-
build
PGPContentSigner build(int signatureType, PGPPrivateKey privateKey) throws PGPException
- Throws:
PGPException
-
-