Class JcaBlobVerifierBuilder
java.lang.Object
org.bouncycastle.gpg.keybox.jcajce.JcaBlobVerifierBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setProvider
(String providerName) Sets the provider to use to obtain cryptographic primitives.setProvider
(Provider provider) Sets the provider to use to obtain cryptographic primitives.
-
Constructor Details
-
JcaBlobVerifierBuilder
public JcaBlobVerifierBuilder()Default constructor.
-
-
Method Details
-
setProvider
Sets the provider to use to obtain cryptographic primitives.- Parameters:
provider
- the JCA provider to use.- Returns:
- the current builder.
-
setProvider
Sets the provider to use to obtain cryptographic primitives.- Parameters:
providerName
- the name of the JCA provider to use.- Returns:
- the current builder.
-
build
-