com.mindbright.asn1
public final class ASN1Explicit extends ASN1Structure
components, count, ofType
isSet, 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, ofType
decodeValue, getTag, getType, toString
public ASN1Explicit(int tag, ASN1Object underlying)
public ASN1Explicit(int tag, int cl, ASN1Object underlying)
public void setValue()
setValue
in class ASN1Object
public boolean isSet()
isSet
in class ASN1Object
public boolean equals(java.lang.Object obj)
equals
in class ASN1Structure
public int hashCode()
hashCode
in class ASN1Structure