|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeClass | |
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 | |
org.apache.asn1.ber.digester.rules |
Uses of TypeClass in org.apache.asn1.ber |
Fields in org.apache.asn1.ber declared as TypeClass | |
(package private) TypeClass |
Tuple.typeClass
the type class for this TLV |
private TypeClass |
Tag.typeClass
the type class of this tag |
static TypeClass |
TypeClass.UNIVERSAL
enum for the universal type class |
static TypeClass |
TypeClass.APPLICATION
enum for the application type class |
static TypeClass |
TypeClass.CONTEXT_SPECIFIC
enum for the context specific type class |
static TypeClass |
TypeClass.PRIVATE
enum for the private type class |
Methods in org.apache.asn1.ber that return TypeClass | |
TypeClass |
Tuple.getTypeClass()
Gets the BER TLV TypeClass for this TLV Tuple. |
TypeClass |
Tag.getTypeClass()
Gets the type class for this Tag. |
static TypeClass |
TypeClass.getTypeClass(java.lang.String className)
Gets the enumeration type for the type class regardless of case. |
static TypeClass |
TypeClass.getTypeClass(int octet)
Gets the ASN.1 type's class using a TLV tag. |
TypeClass |
TagEnum.getTypeClass()
Gets the type class of a tag. |
Methods in org.apache.asn1.ber with parameters of type TypeClass | |
static int |
Tag.getIntEncodedTag(TypeClass type,
int id,
boolean isConstructed)
Assembles the Java primitive int based encoding for a tag using a set of parameters. |
Constructors in org.apache.asn1.ber with parameters of type TypeClass | |
Tuple(int id,
int length,
TypeClass typeClass)
Creates constructed application type tlv tuples. |
|
Tuple(int id,
int length,
boolean isPrimitive,
TypeClass typeClass)
Creates constructed application type tlv tuples. |
|
Tuple(int id,
TypeClass typeClass)
Creates a tuple where the length is indefinite. |
Uses of TypeClass in org.apache.asn1.ber.digester |
Methods in org.apache.asn1.ber.digester with parameters of type TypeClass | |
void |
AbstractRule.tag(int id,
boolean isPrimitive,
TypeClass typeClass)
|
void |
Rule.tag(int id,
boolean isPrimitive,
TypeClass typeClass)
Called when the tag of the matched TLV is encountered. |
(package private) void |
BERDigester.fireTagEvent(int id,
boolean isPrimitive,
TypeClass typeClass)
|
Uses of TypeClass in org.apache.asn1.ber.digester.rules |
Methods in org.apache.asn1.ber.digester.rules with parameters of type TypeClass | |
void |
PrimitiveIntDecodeRule.tag(int id,
boolean isPrimitive,
TypeClass typeClass)
|
void |
PrimitiveOctetStringRule.tag(int id,
boolean isPrimitive,
TypeClass typeClass)
Rejects tag id's that are not equal to this Rules's id. |
void |
ObjectCreateRule.tag(int id,
boolean isPrimitive,
TypeClass typeClass)
|
void |
PrimitiveBooleanRule.tag(int id,
boolean isPrimitive,
TypeClass typeClass)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |