public interface DERTag
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ASN_CONSTRUCTED
Constructed tags should have the 6th bit set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getTagByte()
Gets the value of this tag for encoding. 
 | 
int | 
getTagNo()
Gets the decimal value of the tag. 
 | 
boolean | 
isConstructed()
Determines whether the tag is constructed or primitive. 
 | 
String | 
name()
Gets the name of the tag. 
 | 
static final int ASN_CONSTRUCTED
int getTagNo()
String name()
boolean isConstructed()
int getTagByte()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.