| Package | Description |
|---|---|
| org.asn1s.api.encoding.tag | |
| org.asn1s.api.type |
| Modifier and Type | Method and Description |
|---|---|
static TagClass |
TagClass.find(String value) |
static TagClass |
TagClass.findByCode(byte code) |
TagClass |
Tag.getTagClass() |
TagClass |
TagEncoding.getTagClass() |
static TagClass |
TagClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagClass[] |
TagClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TagEncoding |
TagEncoding.create(TagMethod moduleTagMethod,
TagMethod tagMethod,
TagClass tagClass,
int tagNumber) |
static TagEncoding |
TagEncoding.create(TagMethod moduleTagMethod,
TagMethod tagMethod,
TagClass tagClass,
Ref<Value> tagNumberRef) |
| Constructor and Description |
|---|
Tag(TagClass tagClass,
boolean constructed,
int tagNumber) |
TagEncoding(TagMethod tagMethod,
TagClass tagClass) |
| Modifier and Type | Method and Description |
|---|---|
IEncoding |
TypeFactory.tagEncoding(TagMethod method,
TagClass tagClass,
Ref<Value> tagNumberRef) |
Copyright © 2017. All rights reserved.