Class OtherHashAlgAndValueBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.esf.OtherHashAlgAndValueBCFips
- All Implemented Interfaces:
-
IOtherHashAlgAndValue
,IASN1Encodable
public class OtherHashAlgAndValueBCFips extends ASN1EncodableBCFips implements IOtherHashAlgAndValue
Wrapper class for
OtherHashAlgAndValue
.
-
Constructor Summary
ConstructorDescriptionOtherHashAlgAndValueBCFips
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue
.OtherHashAlgAndValueBCFips
(org.bouncycastle.asn1.esf.OtherHashAlgAndValue otherHashAlgAndValue) Creates new wrapper instance forOtherHashAlgAndValue
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.esf.OtherHashAlgAndValue
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
OtherHashAlgAndValueBCFips
public OtherHashAlgAndValueBCFips(org.bouncycastle.asn1.esf.OtherHashAlgAndValue otherHashAlgAndValue) Creates new wrapper instance forOtherHashAlgAndValue
.- Parameters:
-
otherHashAlgAndValue
-OtherHashAlgAndValue
to be wrapped
-
OtherHashAlgAndValueBCFips
public OtherHashAlgAndValueBCFips(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue
.- Parameters:
-
algorithmIdentifier
- AlgorithmIdentifier wrapper -
octetString
- ASN1OctetString wrapper
-
-
Method Details
-
getOtherHashAlgAndValue
public org.bouncycastle.asn1.esf.OtherHashAlgAndValue getOtherHashAlgAndValue()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
OtherHashAlgAndValue
.
-