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 Details

    • OtherHashAlgAndValueBCFips

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

      public OtherHashAlgAndValueBCFips (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.