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.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic boolean equals(java.lang.Object o)
equals in class org.bouncycastle.asn1.ASN1Objectpublic int hashCode()
hashCode in class org.bouncycastle.asn1.ASN1Object