Class OtherHashAlgAndValueBC

java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.esf.OtherHashAlgAndValueBC
All Implemented Interfaces:
IOtherHashAlgAndValue, IASN1Encodable

public class OtherHashAlgAndValueBC extends ASN1EncodableBC implements IOtherHashAlgAndValue
Wrapper class for OtherHashAlgAndValue.
  • Constructor Details

    • OtherHashAlgAndValueBC

      public OtherHashAlgAndValueBC (org.bouncycastle.asn1.esf.OtherHashAlgAndValue otherHashAlgAndValue)
      Creates new wrapper instance for OtherHashAlgAndValue.
      Parameters:
      otherHashAlgAndValue - OtherHashAlgAndValue to be wrapped
    • OtherHashAlgAndValueBC

      public OtherHashAlgAndValueBC (IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
      Creates new wrapper instance for OtherHashAlgAndValue.
      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.