public OtherHashAlgAndValue(
AlgorithmIdentifier hashAlgorithm,
Asn1OctetString hashValue
)
Public Sub New (
hashAlgorithm As AlgorithmIdentifier,
hashValue As Asn1OctetString
)
public:
OtherHashAlgAndValue(
AlgorithmIdentifier^ hashAlgorithm,
Asn1OctetString^ hashValue
)
Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue = function(hashAlgorithm, hashValue);