public class JcaContentSignerBuilderBC extends Object implements IJcaContentSignerBuilder
JcaContentSignerBuilder.| Constructor and Description |
|---|
JcaContentSignerBuilderBC(org.bouncycastle.operator.jcajce.JcaContentSignerBuilder jcaContentSignerBuilder)
Creates new wrapper instance for
JcaContentSignerBuilder. |
| Modifier and Type | Method and Description |
|---|---|
IContentSigner |
build(PrivateKey pk) |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.operator.jcajce.JcaContentSignerBuilder |
getJcaContentSignerBuilder()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
IJcaContentSignerBuilder |
setProvider(String providerName) |
String |
toString()
Delegates
toString method call to the wrapped object. |
public JcaContentSignerBuilderBC(org.bouncycastle.operator.jcajce.JcaContentSignerBuilder jcaContentSignerBuilder)
JcaContentSignerBuilder.jcaContentSignerBuilder - JcaContentSignerBuilder to be wrappedpublic org.bouncycastle.operator.jcajce.JcaContentSignerBuilder getJcaContentSignerBuilder()
JcaContentSignerBuilder.public IContentSigner build(PrivateKey pk) throws OperatorCreationExceptionBC
build in interface IJcaContentSignerBuilderOperatorCreationExceptionBCpublic IJcaContentSignerBuilder setProvider(String providerName)
setProvider in interface IJcaContentSignerBuilderpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.