public final class TaggingOption extends Object
| Modifier and Type | Method and Description |
|---|---|
Tag |
getTag(boolean isTaggedConstructed)
Make tag giving it's tagged constructed.
|
int |
getTagNo()
Get the tag number.
|
boolean |
isAppSpecific()
Tell it's application specific or not.
|
boolean |
isImplicit()
Tell it's implicit or not.
|
static TaggingOption |
newExplicitAppSpecific(int tagNo)
Create an explicit application specific tagging option with tagNo.
|
static TaggingOption |
newExplicitContextSpecific(int tagNo)
Create an explicit context specific tagging option with tagNo.
|
static TaggingOption |
newImplicitAppSpecific(int tagNo)
Create an implicit application specific tagging option with tagNo.
|
static TaggingOption |
newImplicitContextSpecific(int tagNo)
Create an implicit context specific tagging option with tagNo.
|
public static TaggingOption newImplicitAppSpecific(int tagNo)
tagNo - The tag numberpublic static TaggingOption newExplicitAppSpecific(int tagNo)
tagNo - The tag numberpublic static TaggingOption newImplicitContextSpecific(int tagNo)
tagNo - The tag numberpublic static TaggingOption newExplicitContextSpecific(int tagNo)
tagNo - The tag numberpublic Tag getTag(boolean isTaggedConstructed)
isTaggedConstructed - Tagged constructed or notpublic int getTagNo()
public boolean isAppSpecific()
public boolean isImplicit()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.