A B C D E F G H I J L M N O P R S T U V X _

A

accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.ASN1Type
Accepts the ASN1Visitor and calls a visit method of the visitor.
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.ANY
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.BOOLEAN
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.CHOICE
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.ENUMERATED
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.NULL
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.REAL
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.RELATIVE_OID
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.SEQUENCE
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.SEQUENCE_OF
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.SET
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.builtin.SET_OF
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.StringType
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.TimeType
 
accept(ASN1Visitor<R, E>) - Method in class jp.bitmeister.asn1.type.UnknownType
 
alternative(ASN1TagClass, int) - Method in class jp.bitmeister.asn1.type.SelectiveType
Returns the element specified by the ASN.1 tag class and number.
ANY - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'ANY' type.
ANY() - Constructor for class jp.bitmeister.asn1.type.builtin.ANY
Instantiates an empty ANY.
ANY(ASN1Type) - Constructor for class jp.bitmeister.asn1.type.builtin.ANY
Instantiates an ANY and initialize it with the ASN1Type value.
arbitary - Variable in class jp.bitmeister.asn1.type.useful.EXTERNAL.Encoding
'arbitary' field.
ASN1Alternative - Annotation Type in jp.bitmeister.asn1.annotation
Indicates that a field is a 'CHOICE' alternative.
ASN1Anonymous - Annotation Type in jp.bitmeister.asn1.annotation
Indicates that a type does not have own identifier.
ASN1BuiltIn - Annotation Type in jp.bitmeister.asn1.annotation
Indicates that a type is an ASN.1 built-in type.
ASN1Decoder - Interface in jp.bitmeister.asn1.codec
The interface for ASN.1 decoder classes.
ASN1DecodingException - Exception in jp.bitmeister.asn1.exception
The exception indicates that an error occurred while decoding process.
ASN1DecodingException() - Constructor for exception jp.bitmeister.asn1.exception.ASN1DecodingException
 
ASN1DefinedTypes - Annotation Type in jp.bitmeister.asn1.annotation
Indicates ASN.1 types which are included in this module.
ASN1Element - Annotation Type in jp.bitmeister.asn1.annotation
Indicates that a field is an element of a structured type.
ASN1Encoder - Interface in jp.bitmeister.asn1.codec
The interface for ASN.1 encoder classes.
ASN1EncodingException - Exception in jp.bitmeister.asn1.exception
The exception indicates taht an error occurred while encoding process.
ASN1EncodingException() - Constructor for exception jp.bitmeister.asn1.exception.ASN1EncodingException
 
ASN1Enumeration - Annotation Type in jp.bitmeister.asn1.annotation
Indicates that a field is an element of enumerations.
ASN1Exception - Exception in jp.bitmeister.asn1.exception
The general exception that related to this library and should be caught.
ASN1Exception() - Constructor for exception jp.bitmeister.asn1.exception.ASN1Exception
 
ASN1Identifier - Annotation Type in jp.bitmeister.asn1.annotation
Indicates identifier used for ASN.1 definition.
ASN1IllegalArgument - Exception in jp.bitmeister.asn1.exception
The exception indicates that the argument is invalid.
ASN1IllegalArgument() - Constructor for exception jp.bitmeister.asn1.exception.ASN1IllegalArgument
 
ASN1IllegalDefinition - Exception in jp.bitmeister.asn1.exception
The exception indicates that the type definition is illegal.
ASN1IllegalDefinition() - Constructor for exception jp.bitmeister.asn1.exception.ASN1IllegalDefinition
 
ASN1ImportedModules - Annotation Type in jp.bitmeister.asn1.annotation
Indicates ASN.1 modules which are imported by this module.
ASN1InvalidDataValue - Exception in jp.bitmeister.asn1.exception
The exception indicates that the value of data is invalid.
ASN1InvalidDataValue() - Constructor for exception jp.bitmeister.asn1.exception.ASN1InvalidDataValue
 
ASN1Module - Class in jp.bitmeister.asn1.type
The base class for classes which represents an ASN.1 module.
ASN1Module() - Constructor for class jp.bitmeister.asn1.type.ASN1Module
 
ASN1ModuleManager - Class in jp.bitmeister.asn1.type
Manager of all ASN.1 modules.
ASN1ModuleRef - Annotation Type in jp.bitmeister.asn1.annotation
Indicates an ASN.1 module that a type is defined.
ASN1ModuleTags - Annotation Type in jp.bitmeister.asn1.annotation
Indicates default tagging mode specification in a module definition.
ASN1NamedBit - Annotation Type in jp.bitmeister.asn1.annotation
Indicates that a field represents a named bit of a 'BIT STRING' type.
ASN1Processor<T,E extends java.lang.Throwable> - Interface in jp.bitmeister.asn1.processor
Interface for classes which apply some process to ASN.1 data.
ASN1RuntimeException - Exception in jp.bitmeister.asn1.exception
The general exception that related to this library and not requied to be caught.
ASN1RuntimeException() - Constructor for exception jp.bitmeister.asn1.exception.ASN1RuntimeException
 
ASN1StringBuilder - Class in jp.bitmeister.asn1.processor
Processor that builds string representation of ASN.1 data.
ASN1StringBuilder() - Constructor for class jp.bitmeister.asn1.processor.ASN1StringBuilder
Instantiates an ASN1StringBuilder.
ASN1Tag - Annotation Type in jp.bitmeister.asn1.annotation
Indicates an ASN.1 tag of a type or a field.
ASN1TagClass - Enum in jp.bitmeister.asn1.type
Enumeration of ASN.1 tag classes.
ASN1TagDefault - Enum in jp.bitmeister.asn1.type
Enumeration of default tagging modes defined in a module definition.
ASN1TagMode - Enum in jp.bitmeister.asn1.type
Enumeration for ASN.1 tagging modes.
ASN1TagValue - Class in jp.bitmeister.asn1.type
Contains a set of ASN.1 tag value.
ASN1Type - Class in jp.bitmeister.asn1.type
The base class for all ASN.1 types.
ASN1Type() - Constructor for class jp.bitmeister.asn1.type.ASN1Type
The constructor with no argument.
ASN1Visitor<R,E extends java.lang.Throwable> - Interface in jp.bitmeister.asn1.processor
Interface for classes which behave as visitor of ASN.1 types.
ASN1VisitorAdaptor<R,E extends java.lang.Throwable> - Class in jp.bitmeister.asn1.processor
Adapter class for ASN1Visitor interface.
ASN1VisitorAdaptor() - Constructor for class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
ASN1XmlTypeName - Annotation Type in jp.bitmeister.asn1.annotation
Indicates xml type name for an ASN.1 type.

A B C D E F G H I J L M N O P R S T U V X _