Class OtherHashAlgAndValueBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.esf.OtherHashAlgAndValueBC
- All Implemented Interfaces:
IOtherHashAlgAndValue, IASN1Encodable
Wrapper class for
OtherHashAlgAndValue.-
Constructor Summary
ConstructorsConstructorDescriptionOtherHashAlgAndValueBC(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue.OtherHashAlgAndValueBC(org.bouncycastle.asn1.esf.OtherHashAlgAndValue otherHashAlgAndValue) Creates new wrapper instance forOtherHashAlgAndValue. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.esf.OtherHashAlgAndValueGets actual org.bouncycastle object being wrapped.Methods inherited from class ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringMethods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
OtherHashAlgAndValueBC
public OtherHashAlgAndValueBC(org.bouncycastle.asn1.esf.OtherHashAlgAndValue otherHashAlgAndValue) Creates new wrapper instance forOtherHashAlgAndValue.- Parameters:
otherHashAlgAndValue-OtherHashAlgAndValueto be wrapped
-
OtherHashAlgAndValueBC
public OtherHashAlgAndValueBC(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue.- Parameters:
algorithmIdentifier- AlgorithmIdentifier wrapperoctetString- ASN1OctetString wrapper
-
-
Method Details
-
getOtherHashAlgAndValue
public org.bouncycastle.asn1.esf.OtherHashAlgAndValue getOtherHashAlgAndValue()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
OtherHashAlgAndValue.
-