public class HashedData extends ASN1Object implements ASN1Choice
HashedData ::= CHOICE { sha256HashedData OCTET STRING (SIZE(32)) }
Constructor and Description |
---|
HashedData(byte[] digest) |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
getHashData() |
void |
setHashData(ASN1OctetString hashData) |
ASN1Primitive |
toASN1Primitive() |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public ASN1OctetString getHashData()
public void setHashData(ASN1OctetString hashData)
Copyright © 2021 BouncyCastle.org. All rights reserved.