|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.asn1.AbstractDERTag
public abstract class AbstractDERTag
Abstract base class for custom DER tag types.
| Field Summary |
|---|
| Fields inherited from interface org.ldaptive.asn1.DERTag |
|---|
ASN_CONSTRUCTED |
| Constructor Summary | |
|---|---|
AbstractDERTag(int number,
boolean isConstructed)
Creates a new tag with given tag number. |
|
| 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 |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ldaptive.asn1.DERTag |
|---|
name |
| Constructor Detail |
|---|
public AbstractDERTag(int number,
boolean isConstructed)
number - Tag number.isConstructed - True for constructed tag, false otherwise.| Method Detail |
|---|
public int getTagNo()
getTagNo in interface DERTagpublic boolean isConstructed()
isConstructed in interface DERTagpublic int getTagByte()
getTagByte in interface DERTagpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||