Class JcaContentSignerBuilderBC
java.lang.Object
com.itextpdf.bouncycastle.operator.jcajce.JcaContentSignerBuilderBC
- All Implemented Interfaces:
IJcaContentSignerBuilder
Wrapper class for
JcaContentSignerBuilder.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.bouncycastle.operator.jcajce.JcaContentSignerBuilder -
Constructor Summary
ConstructorsConstructorDescriptionJcaContentSignerBuilderBC(org.bouncycastle.operator.jcajce.JcaContentSignerBuilder jcaContentSignerBuilder) Creates new wrapper instance forJcaContentSignerBuilder. -
Method Summary
Modifier and TypeMethodDescriptionbuild(PrivateKey pk) Calls actualbuildmethod for the wrapped JcaContentSignerBuilder object.booleanIndicates whether some other object is "equal to" this one.org.bouncycastle.operator.jcajce.JcaContentSignerBuilderGets actual org.bouncycastle object being wrapped.inthashCode()Returns a hash code value based on the wrapped object.setProvider(String providerName) Calls actualsetProvidermethod for the wrapped JcaContentSignerBuilder object.toString()DelegatestoStringmethod call to the wrapped object.
-
Field Details
-
jcaContentSignerBuilder
private final org.bouncycastle.operator.jcajce.JcaContentSignerBuilder jcaContentSignerBuilder
-
-
Constructor Details
-
JcaContentSignerBuilderBC
public JcaContentSignerBuilderBC(org.bouncycastle.operator.jcajce.JcaContentSignerBuilder jcaContentSignerBuilder) Creates new wrapper instance forJcaContentSignerBuilder.- Parameters:
jcaContentSignerBuilder-JcaContentSignerBuilderto be wrapped
-
-
Method Details
-
getJcaContentSignerBuilder
public org.bouncycastle.operator.jcajce.JcaContentSignerBuilder getJcaContentSignerBuilder()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
JcaContentSignerBuilder.
-
build
Calls actualbuildmethod for the wrapped JcaContentSignerBuilder object.- Specified by:
buildin interfaceIJcaContentSignerBuilder- Parameters:
pk- private key- Returns:
IContentSignerthe wrapper for built ContentSigner object.- Throws:
OperatorCreationExceptionBC
-
setProvider
Calls actualsetProvidermethod for the wrapped JcaContentSignerBuilder object.- Specified by:
setProviderin interfaceIJcaContentSignerBuilder- Parameters:
providerName- provider name- Returns:
IJcaContentSignerBuilderthis wrapper object.
-
equals
-
hashCode
-
toString
-