|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DERTag
Describes the tag of a DER-encoded type.
| Field Summary | |
|---|---|
static int |
ASN_CONSTRUCTED
Constructed tags should have the 6th bit set. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int ASN_CONSTRUCTED
| Method Detail |
|---|
int getTagNo()
String name()
boolean isConstructed()
int getTagByte()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||