|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.directory.shared.asn1.der.DERObject
DER object.
| Field Summary | |
protected int |
tag
|
protected byte[] |
value
|
| Constructor Summary | |
protected |
DERObject(int tag,
byte[] value)
Basic DERObject constructor. |
| Method Summary | |
void |
encode(ASN1OutputStream out)
|
boolean |
equals(java.lang.Object o)
Two DERObjects are equal if their underlying byte arrays are equal. |
int |
hashCode()
Fast rotate left and XOR hashcode generator. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int tag
protected byte[] value
| Constructor Detail |
protected DERObject(int tag,
byte[] value)
| Method Detail |
public void encode(ASN1OutputStream out)
throws java.io.IOException
encode in interface DEREncodablejava.io.IOExceptionpublic int hashCode()
public boolean equals(java.lang.Object o)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||