public interface SignatureVerifierFactory
A factory for
SignatureVerifiers.- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates a new instance of aSignatureVerifierthat can produce signatures of typegetType().getType()Tells what kind ofSignatureVerifierthis factory creates.
-
Method Details
-
getType
Tells what kind ofSignatureVerifierthis factory creates.- Returns:
- the
GpgConfig.GpgFormatof the signer
-
create
Creates a new instance of aSignatureVerifierthat can produce signatures of typegetType().- Returns:
- a new
SignatureVerifier
-