Class OtherHashAlgAndValueBC

    • Constructor Detail

      • 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 Detail

      • getOtherHashAlgAndValue

        public org.bouncycastle.asn1.esf.OtherHashAlgAndValue getOtherHashAlgAndValue()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped OtherHashAlgAndValue.