public class SignerInformationVerifierBC extends Object implements ISignerInformationVerifier
SignerInformationVerifier.| Constructor and Description |
|---|
SignerInformationVerifierBC(org.bouncycastle.cms.SignerInformationVerifier verifier)
Creates new wrapper instance for
SignerInformationVerifier. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cms.SignerInformationVerifier |
getVerifier()
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 SignerInformationVerifierBC(org.bouncycastle.cms.SignerInformationVerifier verifier)
SignerInformationVerifier.verifier - SignerInformationVerifier to be wrappedpublic org.bouncycastle.cms.SignerInformationVerifier getVerifier()
SignerInformationVerifier.public boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.