|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagEnum | |
org.apache.asn1.ber | Provides the codec foundation for Basic Encoding Rules based on a Tag, Length and Value (TLV) field tuples. |
org.apache.asn1.ber.digester.rules | |
org.apache.asn1.ber.primitives |
Uses of TagEnum in org.apache.asn1.ber |
Methods in org.apache.asn1.ber with parameters of type TagEnum | |
void |
Tuple.setTag(TagEnum tag)
Sets the tag parameters using a tag enumeration type. |
void |
Tuple.setTag(TagEnum tag,
boolean isPrimitive)
Sets the tag parameters using a tag enumeration type explicitly setting the primitive/constructed bit. |
Uses of TagEnum in org.apache.asn1.ber.digester.rules |
Fields in org.apache.asn1.ber.digester.rules declared as TagEnum | |
private TagEnum |
PrimitiveIntDecodeRule.tag
the tag this rule accepts |
private TagEnum |
PrimitiveOctetStringRule.tag
the tag to be accepted which defaults to an UNIVERSAL OCTET_STRING |
private TagEnum |
PrimitiveBooleanRule.tag
the tag this rule accepts |
Methods in org.apache.asn1.ber.digester.rules that return TagEnum | |
protected TagEnum |
PrimitiveOctetStringRule.getTag()
Gets the tag associated with this rule. |
Constructors in org.apache.asn1.ber.digester.rules with parameters of type TagEnum | |
PrimitiveIntDecodeRule(TagEnum tag)
Creates a default primitive integer decoding rule that only accepts tags of UniversalTag.INTEGER. |
|
PrimitiveOctetStringRule(TagEnum tag)
Creates a rule where only a specific tag is accepted. |
|
PrimitiveEnumDecodeRule(TagEnum tag)
Simply uses the UniversalTag.ENUMERATED tag instead of int. |
|
Octets2StringRule(TagEnum tag)
|
|
PrimitiveBooleanRule(TagEnum tag)
Creates a default primitive integer decoding rule that only accepts tags of UniversalTag.INTEGER. |
Uses of TagEnum in org.apache.asn1.ber.primitives |
Subclasses of TagEnum in org.apache.asn1.ber.primitives | |
class |
ContextSpecificTag
Easy to use tag with public constructor for the CONTEXT_SPECIFIC type class. |
class |
UniversalTag
Type safe enum for ASN.1 UNIVERSAL class tags. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |