|
||||||||||
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
public abstract class 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 DEREncodable
java.io.IOException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |