static Asn1Tag |
Asn1Tag.application() |
Returns a primitive ASN.1 tag with the application tag class.
|
Asn1Tag |
Asn1Tag.constructed() |
Changes this ASN.1 tag from primitive to constructed.
|
static Asn1Tag |
Asn1Tag.contextSpecific() |
Returns a primitive ASN.1 tag with the context-specific tag class.
|
static Asn1Tag |
Asn1Tag.privateTag() |
Returns a primitive ASN.1 tag with the private tag class.
|
static Asn1Tag |
Asn1Tag.universal() |
Returns a primitive ASN.1 tag with the universal tag class.
|
static Asn1Tag |
Asn1Tag.valueOf(byte tag) |
Converts the provided byte to an Asn1Tag.
|