public class DigestCalculatorProviderBC extends Object implements IDigestCalculatorProvider
DigestCalculatorProvider.| Constructor and Description |
|---|
DigestCalculatorProviderBC(org.bouncycastle.operator.DigestCalculatorProvider calculatorProvider)
Creates new wrapper instance for
DigestCalculatorProvider. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
IDigestCalculator |
get(IAlgorithmIdentifier algorithmIdentifier) |
org.bouncycastle.operator.DigestCalculatorProvider |
getCalculatorProvider()
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 DigestCalculatorProviderBC(org.bouncycastle.operator.DigestCalculatorProvider calculatorProvider)
DigestCalculatorProvider.calculatorProvider - DigestCalculatorProvider to be wrappedpublic org.bouncycastle.operator.DigestCalculatorProvider getCalculatorProvider()
DigestCalculatorProvider.public IDigestCalculator get(IAlgorithmIdentifier algorithmIdentifier) throws OperatorCreationExceptionBC
get in interface IDigestCalculatorProviderOperatorCreationExceptionBCpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.