com.mindbright.asn1
public final class ASN1Explicit extends ASN1Structure
components, count, ofTypeisSet, tag| Constructor and Description |
|---|
ASN1Explicit(int tag,
ASN1Object underlying) |
ASN1Explicit(int tag,
int cl,
ASN1Object underlying) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isSet() |
void |
setValue() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, isOptional, ofTypedecodeValue, getTag, getType, toStringpublic ASN1Explicit(int tag,
ASN1Object underlying)
public ASN1Explicit(int tag,
int cl,
ASN1Object underlying)
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