org.mozilla.jss.asn1
public static class Tag.Class extends Object
Field Summary | |
---|---|
static Tag.Class | APPLICATION |
static Tag.Class | CONTEXT_SPECIFIC |
static Tag.Class | PRIVATE |
static Tag.Class | UNIVERSAL |
Method Summary | |
---|---|
static Tag.Class | fromInt(int i) |
int | toInt() |
String | toString() |
Throws: InvalidBERException If the given int does not correspond to any tag class.