public class HashedId
extends org.bouncycastle.asn1.ASN1Object
Modifier | Constructor and Description |
---|---|
protected |
HashedId(byte[] string) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getHashBytes() |
int |
hashCode() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public byte[] getHashBytes()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public boolean equals(java.lang.Object o)
equals
in class org.bouncycastle.asn1.ASN1Object
public int hashCode()
hashCode
in class org.bouncycastle.asn1.ASN1Object