public class SignerInfoGeneratorBC extends Object implements ISignerInfoGenerator
SignerInfoGenerator.| Constructor and Description |
|---|
SignerInfoGeneratorBC(org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator)
Creates new wrapper instance for
SignerInfoGenerator. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cms.SignerInfoGenerator |
getSignerInfoGenerator()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public SignerInfoGeneratorBC(org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator)
SignerInfoGenerator.signerInfoGenerator - SignerInfoGenerator to be wrappedpublic org.bouncycastle.cms.SignerInfoGenerator getSignerInfoGenerator()
SignerInfoGenerator.public boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.