|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.asn1.AbstractDERTag
org.ldaptive.asn1.ApplicationDERTag
public class ApplicationDERTag
Generic application-specific tag.
| Field Summary | |
|---|---|
static int |
TAG_CLASS
Application class is 01b in first two high-order bits. |
static String |
TAG_NAME
Generic tag name "APP" for a application-specific type. |
| Fields inherited from interface org.ldaptive.asn1.DERTag |
|---|
ASN_CONSTRUCTED |
| Constructor Summary | |
|---|---|
ApplicationDERTag(int number,
boolean isConstructed)
Creates a new application-specific tag with given tag number. |
|
| Method Summary | |
|---|---|
int |
getTagByte()
Gets the value of this tag for encoding. |
String |
name()
Gets the name of the tag. |
String |
toString()
|
| Methods inherited from class org.ldaptive.asn1.AbstractDERTag |
|---|
getTagNo, isConstructed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String TAG_NAME
public static final int TAG_CLASS
| Constructor Detail |
|---|
public ApplicationDERTag(int number,
boolean isConstructed)
number - Tag number.isConstructed - True for constructed tag, false otherwise.| Method Detail |
|---|
public int getTagByte()
getTagByte in interface DERTaggetTagByte in class AbstractDERTagpublic String name()
public String toString()
toString in class AbstractDERTag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||