Package org.bouncycastle.its.jcajce
Class JceETSIKeyWrapper.Builder
java.lang.Object
org.bouncycastle.its.jcajce.JceETSIKeyWrapper.Builder
- Enclosing class:
JceETSIKeyWrapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setProvider
(String providerName) Sets the JCE provider to source cryptographic primitives from.setProvider
(Provider provider) Sets the JCE provider to source cryptographic primitives from.
-
Constructor Details
-
Builder
-
-
Method Details
-
setProvider
Sets the JCE provider to source cryptographic primitives from.- Parameters:
provider
- the JCE provider to use.- Returns:
- the current builder.
-
setProvider
Sets the JCE provider to source cryptographic primitives from.- Parameters:
providerName
- the name of the JCE provider to use.- Returns:
- the current builder.
-
build
-