|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1Structure
com.mindbright.asn1.ASN1Explicit
public final class ASN1Explicit
| Field Summary |
|---|
| Fields inherited from class com.mindbright.asn1.ASN1Structure |
|---|
components, count, ofType |
| Fields inherited from class com.mindbright.asn1.ASN1Object |
|---|
isSet, tag |
| Constructor Summary | |
|---|---|
ASN1Explicit(int tag,
ASN1Object underlying)
|
|
ASN1Explicit(int tag,
int cl,
ASN1Object underlying)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
boolean |
isSet()
|
void |
setValue()
|
| Methods inherited from class com.mindbright.asn1.ASN1Structure |
|---|
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, isOptional, ofType |
| Methods inherited from class com.mindbright.asn1.ASN1Object |
|---|
decodeValue, getTag, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASN1Explicit(int tag,
ASN1Object underlying)
public ASN1Explicit(int tag,
int cl,
ASN1Object underlying)
| Method Detail |
|---|
public void setValue()
setValue in class ASN1Objectpublic boolean isSet()
isSet in class ASN1Objectpublic boolean equals(java.lang.Object obj)
equals in class ASN1Structurepublic int hashCode()
hashCode in class ASN1Structure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||