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
 
ASN1Extendable - Annotation Type in jp.bitmeister.asn1.annotation
Indicates that a type is extendable SET, SEQUENCE or CHOICE.
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.

B

BerDecoder - Class in jp.bitmeister.asn1.codec.ber
BER (Basic Encoding Rules) decoder.
BerDecoder(InputStream) - Constructor for class jp.bitmeister.asn1.codec.ber.BerDecoder
Instantiates a BerDecoder.
BerDecoder(Class<? extends ASN1Module>, InputStream) - Constructor for class jp.bitmeister.asn1.codec.ber.BerDecoder
Instantiates a BerDecoder.
BerEncoder - Class in jp.bitmeister.asn1.codec.ber
BER (Basic Encoding Rules) encoder.
BerEncoder(OutputStream) - Constructor for class jp.bitmeister.asn1.codec.ber.BerEncoder
Instantiates a BER encoder.
BinString - Class in jp.bitmeister.asn1.value
Represents ASN.1 'Binaly string(bString)' item.
BinString(String) - Constructor for class jp.bitmeister.asn1.value.BinString
Instantiates a BinString and initialize it with a String.
BinString(boolean...) - Constructor for class jp.bitmeister.asn1.value.BinString
Instantiates a BinString and initialize it with an array of boolean.
bit(int) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Returns the value of a bit specified by the index number.
BIT_STRING - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'BIT STRING' type.
BIT_STRING() - Constructor for class jp.bitmeister.asn1.type.builtin.BIT_STRING
Instantiates an empty BIT_STRING.
BIT_STRING(boolean...) - Constructor for class jp.bitmeister.asn1.type.builtin.BIT_STRING
Instantiates a BIT_STRING and initialize it with the array of boolean value.
BIT_STRING(StringItem) - Constructor for class jp.bitmeister.asn1.type.builtin.BIT_STRING
Instantiates a BIT_STRING and initialize it with the StringItem.
BIT_STRING(int...) - Constructor for class jp.bitmeister.asn1.type.builtin.BIT_STRING
Instantiates a BIT_STRING and sets true to bits which specified by the indexes.
BMPString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'BMPString' type.
BMPString() - Constructor for class jp.bitmeister.asn1.type.useful.BMPString
Instantiate an empty BMPString.
BMPString(String) - Constructor for class jp.bitmeister.asn1.type.useful.BMPString
Instantiate a BMPString and initialize it with the String value.
BOOLEAN - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'BOOLEAN' type.
BOOLEAN() - Constructor for class jp.bitmeister.asn1.type.builtin.BOOLEAN
Instantiates an empty BOOLEAN.
BOOLEAN(Boolean) - Constructor for class jp.bitmeister.asn1.type.builtin.BOOLEAN
Instantiates a BOOLEAN and initialize it with the Boolean value.

C

CHARACTER_STRING - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'CHARACTER STRING' type.
CHARACTER_STRING() - Constructor for class jp.bitmeister.asn1.type.useful.CHARACTER_STRING
 
CHARACTER_STRING(EMBEDDED_PDV.Identification, OCTET_STRING) - Constructor for class jp.bitmeister.asn1.type.useful.CHARACTER_STRING
 
charset() - Method in class jp.bitmeister.asn1.type.StringType
Returns the Charset used for encoding and decodiong the value of this data.
charset() - Method in class jp.bitmeister.asn1.type.TimeType
 
charset() - Method in class jp.bitmeister.asn1.type.useful.BMPString
 
charset() - Method in class jp.bitmeister.asn1.type.useful.GeneralString
 
charset() - Method in class jp.bitmeister.asn1.type.useful.GraphicString
 
charset() - Method in class jp.bitmeister.asn1.type.useful.IA5String
 
charset() - Method in class jp.bitmeister.asn1.type.useful.NumericString
 
charset() - Method in class jp.bitmeister.asn1.type.useful.PrintableString
 
charset() - Method in class jp.bitmeister.asn1.type.useful.TeletexString
 
charset() - Method in class jp.bitmeister.asn1.type.useful.UniversalString
 
charset() - Method in class jp.bitmeister.asn1.type.useful.UTF8String
 
charset() - Method in class jp.bitmeister.asn1.type.useful.VideotexString
 
charset() - Method in class jp.bitmeister.asn1.type.useful.VisibleString
 
charsetName - Static variable in class jp.bitmeister.asn1.type.useful.BMPString
The name of character set that is used for converting value to String.
charsetName - Static variable in class jp.bitmeister.asn1.type.useful.GeneralString
The name of character set that is used for converting value to String.
charsetName - Static variable in class jp.bitmeister.asn1.type.useful.GraphicString
The name of character set that is used for converting value to String.
charsetName - Static variable in class jp.bitmeister.asn1.type.useful.TeletexString
The name of character set that is used for converting value to String.
charsetName - Static variable in class jp.bitmeister.asn1.type.useful.UniversalString
The name of character set that is used for converting value to String.
charsetName - Static variable in class jp.bitmeister.asn1.type.useful.VideotexString
The name of character set that is used for converting value to String.
charsetName - Static variable in class jp.bitmeister.asn1.type.useful.VisibleString
The name of character set that is used for converting value to String.
checkCharacters(String) - Method in class jp.bitmeister.asn1.type.StringType
Tests if the characters are valid for this type.
CHOICE - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'CHOICE' type.
CHOICE() - Constructor for class jp.bitmeister.asn1.type.builtin.CHOICE
Instantiates an empty CHOICE.
CHOICE(ASN1Type) - Constructor for class jp.bitmeister.asn1.type.builtin.CHOICE
Instantiates a CHOICE and initialize it with the parameter.
CHOICE(ASN1TagClass, int, ASN1Type) - Constructor for class jp.bitmeister.asn1.type.builtin.CHOICE
Instantiates a CHOICE and initialize it with parameters.
CHOICE(String, ASN1Type) - Constructor for class jp.bitmeister.asn1.type.builtin.CHOICE
Instantiates a CHOICE and initialize it with parameters.
clear() - Method in class jp.bitmeister.asn1.type.ASN1Type
Clears the value of this ASN.1 data.
clear() - Method in class jp.bitmeister.asn1.type.CollectionType
 
clear() - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
clear() - Method in class jp.bitmeister.asn1.type.PrimitiveType
 
clear() - Method in class jp.bitmeister.asn1.type.SelectiveType
 
clear() - Method in class jp.bitmeister.asn1.type.UnknownType
 
clearSelection() - Method in class jp.bitmeister.asn1.type.SelectiveType
Clears the selection of this instance.
clone() - Method in class jp.bitmeister.asn1.type.ASN1Type
Creates and returns a copy of this ASN.1 data.
clone() - Method in class jp.bitmeister.asn1.type.CollectionType
 
clone() - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
clone() - Method in class jp.bitmeister.asn1.type.PrimitiveType
 
clone() - Method in class jp.bitmeister.asn1.type.SelectiveType
 
clone() - Method in class jp.bitmeister.asn1.type.UnknownType
 
cloneValue() - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
 
cloneValue() - Method in class jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
 
cloneValue() - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
 
cloneValue() - Method in class jp.bitmeister.asn1.type.PrimitiveType
Creates and returns a copy of the value set to this data.
collection() - Method in class jp.bitmeister.asn1.type.CollectionType
Returns the collection that contained in the data.
CollectionType<T extends ASN1Type,C extends java.util.Collection<T>> - Class in jp.bitmeister.asn1.type
The base class for structured types defined by referencing a single ASN.1 type.
CollectionType(Class<T>) - Constructor for class jp.bitmeister.asn1.type.CollectionType
Instantiate a CollectionType instance whose component is the type.
CollectionType(Class<T>, T...) - Constructor for class jp.bitmeister.asn1.type.CollectionType
Instantiate a CollectionType instance whose component is the type and initialize it with the components.
compareTo(ASN1Type) - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
 
compareTo(ASN1Type) - Method in class jp.bitmeister.asn1.type.builtin.REAL
 
compareTo(NamedTypeSpecification) - Method in class jp.bitmeister.asn1.type.NamedTypeSpecification
 
compareTo(ASN1Type) - Method in interface jp.bitmeister.asn1.type.ValueComparable
Compares the value of this instance to the value of the other instance.
componentSpecification() - Method in class jp.bitmeister.asn1.type.CollectionType
Returns a TypeSpecification instance that associated to the component type.
componentType() - Method in class jp.bitmeister.asn1.type.CollectionType
Returns the type of component of this data.
Concatenatable<T extends ASN1Type> - Interface in jp.bitmeister.asn1.type
The interface for classes which can be encoded to constructed form.
concatenate(BIT_STRING) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
 
concatenate(OCTET_STRING) - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
 
concatenate(T) - Method in interface jp.bitmeister.asn1.type.Concatenatable
Appends the value of the data to the value of this instance.
ConstructiveType - Class in jp.bitmeister.asn1.type
The base class for structured types defined by referencing a list of ASN.1 types.
ConstructiveType() - Constructor for class jp.bitmeister.asn1.type.ConstructiveType
 
context_negotiation - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
'context-negotiation' field.
contract() - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Contracts the boolean array of the value of this data to enough size to hold the last true bit.
count() - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
Returns how many bytes were read from the InputStream.

D

data_value - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV
'data-value' field.
data_value_descriptor - Variable in class jp.bitmeister.asn1.type.useful.EXTERNAL
'data-value-descriptor' field.
date() - Method in class jp.bitmeister.asn1.type.TimeType
Returns a Date converted from the value of this instance.
decode(Class<T>) - Method in interface jp.bitmeister.asn1.codec.ASN1Decoder
Decodes source data and sets these decoded values to an instance of the ASN.1 type.
decode() - Method in interface jp.bitmeister.asn1.codec.ASN1Decoder
Decodes source data to an ASN.1 data.
decode() - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
decode(Class<T>) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
decode(Class<T>) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
decode() - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
DerEncoder - Class in jp.bitmeister.asn1.codec.ber
DER (Distinguished Encoding Rules) encoder.
DerEncoder(OutputStream) - Constructor for class jp.bitmeister.asn1.codec.ber.DerEncoder
Instantiates a DER encoder.
direct_reference - Variable in class jp.bitmeister.asn1.type.useful.EXTERNAL
'direct-reference' field.

E

ElementSpecification - Class in jp.bitmeister.asn1.type
Specification of an element that contained in a ConstructiveType.
EMBEDDED_PDV - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'EMBEDDED PDV' type.
EMBEDDED_PDV() - Constructor for class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV
Instantiates an empty EMBEDDED_PDV.
EMBEDDED_PDV(EMBEDDED_PDV.Identification, OCTET_STRING) - Constructor for class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV
Instantiates an EMBEDDED_PDV and initialize it with prameters.
EMBEDDED_PDV.ContextNegotiation - Class in jp.bitmeister.asn1.type.useful
Sequence type definition for 'context-negotiation' field.
EMBEDDED_PDV.ContextNegotiation() - Constructor for class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.ContextNegotiation
Instantiate an empty ContextNegotiation.
EMBEDDED_PDV.ContextNegotiation(INTEGER, OBJECT_IDENTIFIER) - Constructor for class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.ContextNegotiation
Instantiate a ContextNegotiation and initialize it with parameters.
EMBEDDED_PDV.Identification - Class in jp.bitmeister.asn1.type.useful
Choice type definition for 'identification' field.
EMBEDDED_PDV.Identification() - Constructor for class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
Instantiates an empty Identification.
EMBEDDED_PDV.Identification(ASN1TagClass, int, ASN1Type) - Constructor for class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
Instantiates an Identification and initialize it with parameters.
EMBEDDED_PDV.Syntaxes - Class in jp.bitmeister.asn1.type.useful
Sequence type definition for 'syntaxes' field.
EMBEDDED_PDV.Syntaxes() - Constructor for class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Syntaxes
Instantiate an empty Syntaxes
EMBEDDED_PDV.Syntaxes(OBJECT_IDENTIFIER, OBJECT_IDENTIFIER) - Constructor for class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Syntaxes
Instantiate a Syntaxes and initialize it with parameters.
encode(ASN1Type) - Method in interface jp.bitmeister.asn1.codec.ASN1Encoder
Encodes the ASN.1 data to destination format.
encode(ASN1Type) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
Encodes an ASN.1 data.
encode(ASN1Type) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
Encodes an ASN.1 data.
encoding - Variable in class jp.bitmeister.asn1.type.useful.EXTERNAL
'encoding' field.
ENUMERATED - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'ENUMERATED' type.
ENUMERATED() - Constructor for class jp.bitmeister.asn1.type.builtin.ENUMERATED
Instantiates an empty ENUMERATED.
ENUMERATED(BigInteger) - Constructor for class jp.bitmeister.asn1.type.builtin.ENUMERATED
Instantiates an ENUMERATED and initialize it with the BigInteger value.
ENUMERATED(long) - Constructor for class jp.bitmeister.asn1.type.builtin.ENUMERATED
Instantiates an ENUMERATED and initialize it with the long value.
equals(Object) - Method in class jp.bitmeister.asn1.type.ASN1Type
Tests if the type and the value of this ASN.1 data equals the other ASN.1 data.
EXTERNAL - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'EXTERNAL' type.
EXTERNAL() - Constructor for class jp.bitmeister.asn1.type.useful.EXTERNAL
Instanciate an empty ExternalType.
EXTERNAL(OBJECT_IDENTIFIER, INTEGER, ObjectDescriptor, EXTERNAL.Encoding) - Constructor for class jp.bitmeister.asn1.type.useful.EXTERNAL
 
EXTERNAL.Encoding - Class in jp.bitmeister.asn1.type.useful
Represents 'CHOICE' type for 'encoding' of 'EXTERNAL' type.
EXTERNAL.Encoding() - Constructor for class jp.bitmeister.asn1.type.useful.EXTERNAL.Encoding
 
EXTERNAL.Encoding(ASN1TagClass, int, ASN1Type) - Constructor for class jp.bitmeister.asn1.type.useful.EXTERNAL.Encoding
 

F

fixed - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
'fixed' field.
form() - Method in class jp.bitmeister.asn1.type.TimeType
Returns the DateFormat used for formatting the date and time.
form() - Method in class jp.bitmeister.asn1.type.useful.GeneralizedTime
 
form() - Method in class jp.bitmeister.asn1.type.useful.UTCTime
 
fullIdentifier() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Returns the ASN.1 identifier with the module identifier of this type.

G

GeneralizedTime - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 "GeneralizedTime" type.
GeneralizedTime() - Constructor for class jp.bitmeister.asn1.type.useful.GeneralizedTime
Instantiates an empty GeneralizedTime.
GeneralizedTime(String) - Constructor for class jp.bitmeister.asn1.type.useful.GeneralizedTime
Instantiates a GeneralizedTime and initialize it with the String value.
GeneralizedTime(Date) - Constructor for class jp.bitmeister.asn1.type.useful.GeneralizedTime
Instantiate a GeneralizedTime and initialize it with the Date value.
GeneralString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'GeneralString' type.
GeneralString() - Constructor for class jp.bitmeister.asn1.type.useful.GeneralString
Instantiates an empty VisibleString.
GeneralString(String) - Constructor for class jp.bitmeister.asn1.type.useful.GeneralString
Instantiates an VisibleString and initialize it with the String value.
get(String) - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
get(String) - Method in class jp.bitmeister.asn1.type.SelectiveType
 
get(String) - Method in class jp.bitmeister.asn1.type.StructuredType
Gets the ASN.1 data from the element specified by the identifier of this instance.
getCause() - Method in exception jp.bitmeister.asn1.exception.ASN1Exception
 
getComponent(ElementSpecification) - Method in class jp.bitmeister.asn1.type.ConstructiveType
Returns the ASN.1 data that assigned to the element of this instance.
getElement(String) - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
getElement(String) - Method in class jp.bitmeister.asn1.type.SelectiveType
 
getElement(String) - Method in class jp.bitmeister.asn1.type.StructuredType
Returns an element specification specified by the element name.
getElementTypeList() - Method in class jp.bitmeister.asn1.type.ConstructiveType
Returns the array of ElementSpecification that associated to the elements contained in the type.
getMessage() - Method in exception jp.bitmeister.asn1.exception.ASN1Exception
 
getMessage() - Method in exception jp.bitmeister.asn1.exception.ASN1RuntimeException
 
GraphicString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'GraphicString' type.
GraphicString() - Constructor for class jp.bitmeister.asn1.type.useful.GraphicString
Instantiates an empty GraphicString.
GraphicString(String) - Constructor for class jp.bitmeister.asn1.type.useful.GraphicString
Instantiates a GraphicString and initialize it with the String value.

H

hasDefault() - Method in class jp.bitmeister.asn1.type.ElementSpecification
Tests if this element has default value.
hashCode() - Method in class jp.bitmeister.asn1.type.ASN1Type
Returns a hash code value for this ASN.1 data.
hashCode() - Method in class jp.bitmeister.asn1.type.builtin.ANY
 
hashCode() - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
 
hashCode() - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
 
hashCode() - Method in class jp.bitmeister.asn1.type.CollectionType
 
hashCode() - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
hashCode() - Method in class jp.bitmeister.asn1.type.PrimitiveType
 
hashCode() - Method in class jp.bitmeister.asn1.type.SelectiveType
 
hashCode() - Method in class jp.bitmeister.asn1.type.UnknownType
 
hasIdentifier() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Tests if this type has own identifier.
hasNamedBits() - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Tests if the type has named bits definition.
hasValue() - Method in class jp.bitmeister.asn1.type.ASN1Type
Tests if this ASN.1 data has value.
hasValue() - Method in class jp.bitmeister.asn1.type.builtin.ANY
 
hasValue() - Method in class jp.bitmeister.asn1.type.builtin.NULL
 
hasValue() - Method in class jp.bitmeister.asn1.type.CollectionType
 
hasValue() - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
hasValue() - Method in class jp.bitmeister.asn1.type.PrimitiveType
 
hasValue() - Method in class jp.bitmeister.asn1.type.SelectiveType
 
hasValue() - Method in class jp.bitmeister.asn1.type.UnknownType
 
HexString - Class in jp.bitmeister.asn1.value
Represents ASN.1 'Hex string(hString)' item.
HexString(String) - Constructor for class jp.bitmeister.asn1.value.HexString
Instantiates a HexString and initialize it with a String.
HexString(byte...) - Constructor for class jp.bitmeister.asn1.value.HexString
Instantiates a HexString and initialize it with an array of byte.

I

IA5String - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'IA5String' type.
IA5String() - Constructor for class jp.bitmeister.asn1.type.useful.IA5String
Instantiates an empty IA5String.
IA5String(String) - Constructor for class jp.bitmeister.asn1.type.useful.IA5String
Instantiates an IA5String and initialize it with the String value.
identification - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV
'identification' field.
identifier(Class<? extends ASN1Module>) - Static method in class jp.bitmeister.asn1.type.ASN1ModuleManager
Returns identifier of the module.
identifier() - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Returns an identifier related to the value of this data if the type has @ASN1Enumeration fields.
identifier() - Method in class jp.bitmeister.asn1.type.NamedTypeSpecification
Returns the identifier of this element.
identifier() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Returns the ASN.1 identifier of this type.
indirect_reference - Variable in class jp.bitmeister.asn1.type.useful.EXTERNAL
'indirect-reference' field.
instantiate(Class<? extends ASN1Module>, ASN1TagClass, int) - Static method in class jp.bitmeister.asn1.type.ASN1ModuleManager
Instantiates an ASN.1 data specified by the ASN.1 tag and the tag class.
instantiate(Class<? extends ASN1Module>, String) - Static method in class jp.bitmeister.asn1.type.ASN1ModuleManager
Instantiates an ASN.1 data specified by the type identifier.
instantiate(Class<T>) - Static method in class jp.bitmeister.asn1.type.ASN1Type
Instantiates an ASN.1 data of the type specified by the Class parameter.
instantiate() - Method in class jp.bitmeister.asn1.type.NamedTypeSpecification
Creates a new instance of this element type.
INTEGER - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'INTEGER' type.
INTEGER() - Constructor for class jp.bitmeister.asn1.type.builtin.INTEGER
Instantiates an empty INTEGER.
INTEGER(BigInteger) - Constructor for class jp.bitmeister.asn1.type.builtin.INTEGER
Instantiates an INTEGER and initialize it with the BigInteger value.
INTEGER(long) - Constructor for class jp.bitmeister.asn1.type.builtin.INTEGER
Instantiates an INTEGER and initialize it with the long value.
intValue() - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Returns an int value that converted from the value of this data.
isBinary() - Method in class jp.bitmeister.asn1.type.builtin.REAL
Returns encoding mode for this data.
isIntValue() - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Tests if the value of this data is in the range of int value.
isLongValue() - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Tests if the value of this data is in the range of long value.
isSameType(NamedTypeSpecification) - Method in class jp.bitmeister.asn1.type.NamedTypeSpecification
Tests if the element represented by the NamedTypeSpecification is the same ASN.1 type of this element.

J

jp.bitmeister.asn1.annotation - package jp.bitmeister.asn1.annotation
Contains the annotations used for defining ASN.1 types.
jp.bitmeister.asn1.codec - package jp.bitmeister.asn1.codec
Contains the interfaces used for ASN.1 codecs.
jp.bitmeister.asn1.codec.ber - package jp.bitmeister.asn1.codec.ber
Contains the codec classes used for BER(Basic Encoding Rules) encoding and decoding.
jp.bitmeister.asn1.codec.xer - package jp.bitmeister.asn1.codec.xer
Contains the codec classes used for XER(XML Encoding Rules) encoding and decoding.
jp.bitmeister.asn1.exception - package jp.bitmeister.asn1.exception
Contains the exceptions related to this library.
jp.bitmeister.asn1.processor - package jp.bitmeister.asn1.processor
Contains the classes and interfaces used for processors which apply some process to ASN.1 data.
jp.bitmeister.asn1.type - package jp.bitmeister.asn1.type
Contains the common classes and interfaces used for defining ASN.1 types and processing ASN.1 data.
jp.bitmeister.asn1.type.builtin - package jp.bitmeister.asn1.type.builtin
Contains the classes which represents built-in ASN.1 types.
jp.bitmeister.asn1.type.useful - package jp.bitmeister.asn1.type.useful
Contains the classes which represents useful ASN.1 types.
jp.bitmeister.asn1.value - package jp.bitmeister.asn1.value
Contains the classes which represents ASN.1 values.

L

longValue() - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Returns a long value that converted from the value of this data.

M

matches(ASN1TagClass, int) - Method in class jp.bitmeister.asn1.type.ASN1Type
Tests if the ASN.1 tag matches this ASN1 type.
matches(ASN1TagClass, int) - Method in class jp.bitmeister.asn1.type.builtin.ANY
 
matches(ASN1TagClass, int) - Method in class jp.bitmeister.asn1.type.NamedTypeSpecification
Tests if the ASN.1 tag matches this element.
matches(ASN1TagClass, int) - Method in class jp.bitmeister.asn1.type.SelectiveType
 
matches(ASN1TagClass, int) - Method in class jp.bitmeister.asn1.type.TypeSpecification
Tests if the tag class and the tag number matches this type.
message - Variable in exception jp.bitmeister.asn1.exception.ASN1Exception
 
module() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Returns the Class object of an ASN.1 module that this type is defined.

N

NamedTypeSpecification - Class in jp.bitmeister.asn1.type
Specifications of an element that contained in a StructuredType.
nameFormToInt(List<Integer>, String) - Static method in class jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
 
nameOfBit(int) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Returns the indentifier of the bit specified by the index number.
newCollection() - Method in class jp.bitmeister.asn1.type.builtin.SEQUENCE_OF
 
newCollection() - Method in class jp.bitmeister.asn1.type.builtin.SET_OF
 
newCollection() - Method in class jp.bitmeister.asn1.type.CollectionType
Instantiates a new collection of the component type.
NULL - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'NULL' type.
NULL() - Constructor for class jp.bitmeister.asn1.type.builtin.NULL
Instantiates a NULL.
NumericString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'NumericString' type.
NumericString() - Constructor for class jp.bitmeister.asn1.type.useful.NumericString
Instantiates an empty NumericString.
NumericString(String) - Constructor for class jp.bitmeister.asn1.type.useful.NumericString
Instantiates a NumericString and initialize it with the String value.

O

OBJECT_IDENTIFIER - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'OBJECT IDENTIFIER' type.
OBJECT_IDENTIFIER() - Constructor for class jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
Instantiates an empty OBJECT_IDENTIFIER.
OBJECT_IDENTIFIER(List<Integer>) - Constructor for class jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
Instantiates an OBJECT_IDENTIFIER and initialize it with the List<Integer> value.
OBJECT_IDENTIFIER(int...) - Constructor for class jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
Instantiates an OBJECT_IDENTIFIER and initialize it with the array of int value.
ObjectDescriptor - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'ObjectDescriptor' type.
ObjectDescriptor() - Constructor for class jp.bitmeister.asn1.type.useful.ObjectDescriptor
Instantiates an empty ObjectDescriptor.
ObjectDescriptor(String) - Constructor for class jp.bitmeister.asn1.type.useful.ObjectDescriptor
Instantiates a ObjectDescriptor and initialize it with the String value.
octet_aligned - Variable in class jp.bitmeister.asn1.type.useful.EXTERNAL.Encoding
'octet-aligned' field.
OCTET_STRING - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'OCTET STRING' type.
OCTET_STRING() - Constructor for class jp.bitmeister.asn1.type.builtin.OCTET_STRING
Instantiates an empty OCTET_STRING.
OCTET_STRING(byte...) - Constructor for class jp.bitmeister.asn1.type.builtin.OCTET_STRING
Instantiates an OCTET_STRING and initialize it with the array of byte value.
OCTET_STRING(StringItem) - Constructor for class jp.bitmeister.asn1.type.builtin.OCTET_STRING
Instantiates an OCTET_STRING and initialize it with the StringItem.
optional() - Method in class jp.bitmeister.asn1.type.ElementSpecification
Tests if this element is optional.

P

parseDate(String, String) - Method in class jp.bitmeister.asn1.type.TimeType
Parses and converts the strings represents a set of date, time and time defferential to a Date.
parseDate(String, String) - Method in class jp.bitmeister.asn1.type.useful.GeneralizedTime
 
parseDate(String, String) - Method in class jp.bitmeister.asn1.type.useful.UTCTime
 
pattern() - Method in class jp.bitmeister.asn1.type.StringType
Returns the Pattern used for checking characters that to be set to this data.
pattern() - Method in class jp.bitmeister.asn1.type.useful.BMPString
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.GeneralizedTime
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.GeneralString
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.GraphicString
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.IA5String
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.NumericString
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.PrintableString
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.TeletexString
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.UniversalString
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.UTCTime
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.UTF8String
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.VideotexString
 
pattern() - Method in class jp.bitmeister.asn1.type.useful.VisibleString
 
presentation_context_id - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.ContextNegotiation
'presentation-context-id' field.
presentation_context_id - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
'presentation-context-id' field.
PrimitiveType<T> - Class in jp.bitmeister.asn1.type
The base class for primitive ASN.1 types.
PrimitiveType() - Constructor for class jp.bitmeister.asn1.type.PrimitiveType
 
PrintableString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'PrintableString' type.
PrintableString() - Constructor for class jp.bitmeister.asn1.type.useful.PrintableString
Instantiates an empty PrintableString.
PrintableString(String) - Constructor for class jp.bitmeister.asn1.type.useful.PrintableString
Instantiates a PrintableString and initialize it with the String value.
process(ASN1Type) - Method in interface jp.bitmeister.asn1.processor.ASN1Processor
Processing method.
process(ASN1Type) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
Returns a string representation of the ASN.1 data.

R

REAL - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'REAL' type.
REAL() - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates an empty REAL.
REAL(boolean) - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates an empty REAL and sets encoding mode.
REAL(double) - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates a REAL and initialize it with the double value.
REAL(double, boolean) - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates a REAL, initializes it with the double value and sets encoding mode.
REAL(long, int, int) - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates a REAL and initializes it with the value specified by the M*B^E formula.
reference() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Returns the specification of the referencing type of this type.
RELATIVE_OID - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'RELATIVE-OID' type.
RELATIVE_OID() - Constructor for class jp.bitmeister.asn1.type.builtin.RELATIVE_OID
Instantiates an empty RELATIVE_OID.
RELATIVE_OID(List<Integer>) - Constructor for class jp.bitmeister.asn1.type.builtin.RELATIVE_OID
Instantiates an RELATIVE_OID and initialize it with the List<Integer> value.
RELATIVE_OID(int...) - Constructor for class jp.bitmeister.asn1.type.builtin.RELATIVE_OID
Instantiates an RELATIVE_OID and initialize it with the array of int value.

S

selectedIdentifier() - Method in class jp.bitmeister.asn1.type.SelectiveType
Returns the identifier of selected alternative.
selectedTag() - Method in class jp.bitmeister.asn1.type.SelectiveType
Returns the ASN.1 tag of selected alternative.
selectedValue() - Method in class jp.bitmeister.asn1.type.SelectiveType
Returns the ASN.1 data of selected alternative.
SelectiveType - Class in jp.bitmeister.asn1.type
The base class for structured types defined by referencing a list of distinct ASN.1 types.
SelectiveType() - Constructor for class jp.bitmeister.asn1.type.SelectiveType
Instantiates an empty SelectiveType.
SelectiveType(ASN1Type) - Constructor for class jp.bitmeister.asn1.type.SelectiveType
Instantiates a SelectiveType and initialize it with the parameter.
SelectiveType(ASN1TagClass, int, ASN1Type) - Constructor for class jp.bitmeister.asn1.type.SelectiveType
Instantiates a SelectiveType and initialize it with parameters.
SelectiveType(String, ASN1Type) - Constructor for class jp.bitmeister.asn1.type.SelectiveType
Instantiates a SelectiveType and initialize it with parameters.
SEQUENCE - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'SEQUENCE' type.
SEQUENCE() - Constructor for class jp.bitmeister.asn1.type.builtin.SEQUENCE
 
SEQUENCE_OF<T extends ASN1Type> - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'SEQUENCE OF' type.
SEQUENCE_OF(Class<T>) - Constructor for class jp.bitmeister.asn1.type.builtin.SEQUENCE_OF
Instantiate an empty SEQUENCE_OF.
SEQUENCE_OF(Class<T>, T...) - Constructor for class jp.bitmeister.asn1.type.builtin.SEQUENCE_OF
Instantiate a SEQUENCE_OF and initialize it with the components.
set(StringItem) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Sets the StringItem value to this data.
set(int...) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Sets true to bits specified by index numbers.
set(String) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Sets true to bits specified by the name of bit.
set(BigInteger) - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
 
set(long) - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Sets the long value to this data.
set(String) - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Sets the value specified by the name of number to this data.
set(int...) - Method in class jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
Sets the array of int to the data.
set(StringItem) - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
Sets the StringItem value to the instance.
set(Float) - Method in class jp.bitmeister.asn1.type.builtin.REAL
Sets the Float value to the instance.
set(long, int, int) - Method in class jp.bitmeister.asn1.type.builtin.REAL
Sets the value specified by the M*B^E formula to the instance.
SET - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'SET' type.
SET() - Constructor for class jp.bitmeister.asn1.type.builtin.SET
 
set(NamedTypeSpecification, ASN1Type) - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
set(String, ASN1Type) - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
set(T) - Method in class jp.bitmeister.asn1.type.PrimitiveType
Sets the value to this data.
set(NamedTypeSpecification, ASN1Type) - Method in class jp.bitmeister.asn1.type.SelectiveType
 
set(String, ASN1Type) - Method in class jp.bitmeister.asn1.type.SelectiveType
 
set(String) - Method in class jp.bitmeister.asn1.type.StringType
Set the String to this instance.
set(NamedTypeSpecification, ASN1Type) - Method in class jp.bitmeister.asn1.type.StructuredType
Sets the ASN.1 data to the element specified by the NamedTypeSpecification of this instance.
set(String, ASN1Type) - Method in class jp.bitmeister.asn1.type.StructuredType
Sets the ASN.1 data to the element specified by the identifier of this instance.
set(Date) - Method in class jp.bitmeister.asn1.type.TimeType
Converts the Date object to a formatted String that represents date and time, and set it to this instance.
set(byte[]) - Method in class jp.bitmeister.asn1.type.UnknownType
Set contents octets.
SET_OF<T extends ASN1Type> - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'SET OF' type.
SET_OF(Class<T>) - Constructor for class jp.bitmeister.asn1.type.builtin.SET_OF
Instantiate an empty SET_OF.
SET_OF(Class<T>, T...) - Constructor for class jp.bitmeister.asn1.type.builtin.SET_OF
Instantiate a SET_OF and initialize it with the components.
setBinaryEncoding() - Method in class jp.bitmeister.asn1.type.builtin.REAL
Sets binary encoding mode.
setDecimalEncoding() - Method in class jp.bitmeister.asn1.type.builtin.REAL
Sets decimal encoding mode.
setMessage(String, Throwable, Class<? extends ASN1Type>, String, ASN1Type) - Method in exception jp.bitmeister.asn1.exception.ASN1Exception
Set detailed message of this exception.
setMessage(String, Throwable, Class<? extends ASN1Type>, String, ASN1Type) - Method in exception jp.bitmeister.asn1.exception.ASN1RuntimeException
Set detailed message of this exception.
single_ASN1_type - Variable in class jp.bitmeister.asn1.type.useful.EXTERNAL.Encoding
'single-ASN1-type' field;
size() - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
 
size() - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
 
size() - Method in class jp.bitmeister.asn1.type.CollectionType
 
size() - Method in interface jp.bitmeister.asn1.type.SizeCountable
Returns the measured size of this instance.
SizeCountable - Interface in jp.bitmeister.asn1.type
A class implements this interface indicates that the type has size that can be mearuserd.
specification() - Method in class jp.bitmeister.asn1.type.ASN1Type
Returns a TypeSpecification instance that associated to this ASN.1 type.
string() - Method in class jp.bitmeister.asn1.value.BinString
Returns the string value of this bString.
string() - Method in class jp.bitmeister.asn1.value.HexString
Returns the string value of this hString.
string() - Method in interface jp.bitmeister.asn1.value.StringItem
Returns the string value of this item.
stringBuilder - Static variable in class jp.bitmeister.asn1.type.ASN1Type
An ASN1Processor that returns a String, is used in the toString() method.
StringItem - Interface in jp.bitmeister.asn1.value
The interface for ASN.1 string items.
StringType - Class in jp.bitmeister.asn1.type
The base class for character string types.
StringType() - Constructor for class jp.bitmeister.asn1.type.StringType
 
stringValue() - Method in class jp.bitmeister.asn1.type.StringType
Converts the array of byte value of this instance to a String and returns it.
StructuredType - Class in jp.bitmeister.asn1.type
The base type for structured types.
StructuredType() - Constructor for class jp.bitmeister.asn1.type.StructuredType
 
syntax - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
'syntax' field.
syntaxes - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
'syntaxes' field.

T

tag() - Method in class jp.bitmeister.asn1.type.NamedTypeSpecification
Returns the tag of this element.
tag() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Returns the ASN.1 tag assigned to this type.
tagClass() - Method in class jp.bitmeister.asn1.type.ASN1TagValue
Returns tag class of this tag.
tagClass() - Method in class jp.bitmeister.asn1.type.UnknownType
Returns tag class.
tagged() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Tests if this type is tagged or references a tagged type.
tagMode() - Method in class jp.bitmeister.asn1.type.ASN1TagValue
Returns tagging mode.
tagNumber() - Method in class jp.bitmeister.asn1.type.ASN1TagValue
Returns tag number of this tag.
tagNumber() - Method in class jp.bitmeister.asn1.type.UnknownType
Returns tag number.
TeletexString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'TeletexString' type.
TeletexString() - Constructor for class jp.bitmeister.asn1.type.useful.TeletexString
Instantiates an empty TeletexString.
TeletexString(String) - Constructor for class jp.bitmeister.asn1.type.useful.TeletexString
Instantiates an TeletexString and initialize it with the String value.
TimeType - Class in jp.bitmeister.asn1.type
The base class for types which contains a String that represents date and time.
TimeType() - Constructor for class jp.bitmeister.asn1.type.TimeType
 
toBinArray() - Method in class jp.bitmeister.asn1.value.BinString
Converts the value of this bString to an array of boolean.
toBinArray() - Method in class jp.bitmeister.asn1.value.HexString
Converts the value of this hString to an array of boolean.
toBinArray() - Method in interface jp.bitmeister.asn1.value.StringItem
Converts the value of this item to an array of boolean.
toByteArray() - Method in class jp.bitmeister.asn1.value.BinString
Converts the value of this bString to an array of byte.
toByteArray() - Method in class jp.bitmeister.asn1.value.HexString
Converts the value of this hString to an array of byte.
toByteArray() - Method in interface jp.bitmeister.asn1.value.StringItem
Converts the value of this item to an array of byte.
toString() - Method in class jp.bitmeister.asn1.type.ASN1Type
Returns a string representation of this ASN.1 data.
toString() - Method in class jp.bitmeister.asn1.value.BinString
Returns a string representation of this item.
toString() - Method in class jp.bitmeister.asn1.value.HexString
Returns a string representation of this item.
transfer - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Syntaxes
'transfer' field.
transfer_syntax - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.ContextNegotiation
'transfer-syntax' field.
transfer_syntax - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
'transfer-syntax' field.
TypeSpecification - Class in jp.bitmeister.asn1.type
Specifications of an ASN.1 type.

U

UniversalString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'UniversalString' type.
UniversalString() - Constructor for class jp.bitmeister.asn1.type.useful.UniversalString
Instantiates an empty UniversalString.
UniversalString(String) - Constructor for class jp.bitmeister.asn1.type.useful.UniversalString
Instantiates a UniversalString and initialize it with the String value.
UnknownType - Class in jp.bitmeister.asn1.type
Represents a type that does not have definition.
UnknownType(ASN1TagClass, int) - Constructor for class jp.bitmeister.asn1.type.UnknownType
Instantiate with a tag class and a tag number.
unset(int...) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Sets false to bits specified by index numbers.
UTCTime - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'UTCTime' type.
UTCTime() - Constructor for class jp.bitmeister.asn1.type.useful.UTCTime
Instantiates an empty UTCTime.
UTCTime(String) - Constructor for class jp.bitmeister.asn1.type.useful.UTCTime
Instantiates a UTCTime and initialize it with the String value.
UTCTime(Date) - Constructor for class jp.bitmeister.asn1.type.useful.UTCTime
Instantiates a UTCTime and initialize it with the Date value.
UTF8String - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'UTF8String' type.
UTF8String() - Constructor for class jp.bitmeister.asn1.type.useful.UTF8String
Instantiates an empty UTF8String.
UTF8String(String) - Constructor for class jp.bitmeister.asn1.type.useful.UTF8String
Instantiates a UTF8String and initialize it with the String value.

V

validate() - Method in class jp.bitmeister.asn1.type.ASN1Type
Tests if this ASN.1 data has valid value.
validate() - Method in class jp.bitmeister.asn1.type.builtin.ANY
 
validate() - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
value() - Method in class jp.bitmeister.asn1.type.PrimitiveType
Returns the value set to this data.
value() - Method in class jp.bitmeister.asn1.type.UnknownType
Returns contents octets.
ValueComparable - Interface in jp.bitmeister.asn1.type
The interface for classes whose instance can be compared to other instance.
valueEquals(Object) - Method in class jp.bitmeister.asn1.type.ASN1Type
Tests if the value of this ASN.1 data equals the value of the other ASN.1 data.
valueEquals(Object) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
 
valueEquals(Object) - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
 
valueEquals(Object) - Method in class jp.bitmeister.asn1.type.CollectionType
 
valueEquals(Object) - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
valueEquals(Object) - Method in class jp.bitmeister.asn1.type.PrimitiveType
 
valueEquals(Object) - Method in class jp.bitmeister.asn1.type.SelectiveType
 
valueEquals(Object) - Method in class jp.bitmeister.asn1.type.UnknownType
 
valueOf(String) - Static method in enum jp.bitmeister.asn1.type.ASN1TagClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.bitmeister.asn1.type.ASN1TagDefault
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.bitmeister.asn1.type.ASN1TagMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum jp.bitmeister.asn1.type.ASN1TagClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.bitmeister.asn1.type.ASN1TagDefault
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.bitmeister.asn1.type.ASN1TagMode
Returns an array containing the constants of this enum type, in the order they are declared.
VideotexString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'VideotexString' type.
VideotexString() - Constructor for class jp.bitmeister.asn1.type.useful.VideotexString
Instantiates an empty VideotexString.
VideotexString(String) - Constructor for class jp.bitmeister.asn1.type.useful.VideotexString
Instantiates an VideotexString and initialize it with the String value.
VisibleString - Class in jp.bitmeister.asn1.type.useful
Represents ASN.1 'VisibleString' type.
VisibleString() - Constructor for class jp.bitmeister.asn1.type.useful.VisibleString
Instantiates an empty VisibleString.
VisibleString(String) - Constructor for class jp.bitmeister.asn1.type.useful.VisibleString
Instantiates an VisibleString and initialize it with the String value.
visit(BOOLEAN) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(INTEGER) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(ENUMERATED) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(REAL) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(BIT_STRING) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(OCTET_STRING) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(NULL) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(SEQUENCE) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(SEQUENCE_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(SET) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(SET_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(CHOICE) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(OBJECT_IDENTIFIER) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(RELATIVE_OID) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(StringType) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(TimeType) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(ANY) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(UnknownType) - Method in class jp.bitmeister.asn1.codec.ber.BerDecoder
 
visit(BOOLEAN) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(INTEGER) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(ENUMERATED) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(REAL) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(BIT_STRING) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(OCTET_STRING) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(NULL) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(SEQUENCE) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(SEQUENCE_OF<?>) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(SET) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(SET_OF<?>) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(CHOICE) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(OBJECT_IDENTIFIER) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(RELATIVE_OID) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(StringType) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(TimeType) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(ANY) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(UnknownType) - Method in class jp.bitmeister.asn1.codec.ber.BerEncoder
 
visit(REAL) - Method in class jp.bitmeister.asn1.codec.ber.DerEncoder
 
visit(BIT_STRING) - Method in class jp.bitmeister.asn1.codec.ber.DerEncoder
 
visit(TimeType) - Method in class jp.bitmeister.asn1.codec.ber.DerEncoder
 
visit(SET) - Method in class jp.bitmeister.asn1.codec.ber.DerEncoder
 
visit(SET_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.codec.ber.DerEncoder
 
visit(BOOLEAN) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(INTEGER) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(BIT_STRING) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(OCTET_STRING) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(NULL) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(OBJECT_IDENTIFIER) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(REAL) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(ENUMERATED) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(RELATIVE_OID) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(ANY) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(CHOICE) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(SEQUENCE_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(SEQUENCE) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(SET_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(SET) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(StringType) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(TimeType) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(UnknownType) - Method in class jp.bitmeister.asn1.codec.xer.XerDecoder
 
visit(BOOLEAN) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(INTEGER) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(BIT_STRING) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(OCTET_STRING) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(NULL) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(OBJECT_IDENTIFIER) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(RELATIVE_OID) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(REAL) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(ENUMERATED) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(ANY) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(CHOICE) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(SEQUENCE_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(SEQUENCE) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(SET_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(SET) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(StringType) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(TimeType) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(UnknownType) - Method in class jp.bitmeister.asn1.codec.xer.XerEncoder
 
visit(BOOLEAN) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(INTEGER) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(ENUMERATED) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(REAL) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(BIT_STRING) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(OCTET_STRING) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(NULL) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(SEQUENCE) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(SEQUENCE_OF<?>) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(SET) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(SET_OF<?>) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(CHOICE) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(OBJECT_IDENTIFIER) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(RELATIVE_OID) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(StringType) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(TimeType) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(ANY) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(UnknownType) - Method in class jp.bitmeister.asn1.processor.ASN1StringBuilder
 
visit(BOOLEAN) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the BOOLEAN data.
visit(INTEGER) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the INTEGER data.
visit(BIT_STRING) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the BIT_STRING data.
visit(OCTET_STRING) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the OCTET_STRING data.
visit(NULL) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the NULL data.
visit(OBJECT_IDENTIFIER) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the OBJECT_IDENTIFIER data.
visit(REAL) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the REAL data.
visit(ENUMERATED) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the ENUMERATED data.
visit(RELATIVE_OID) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the RELATIVE_OID data.
visit(ANY) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the ANY data.
visit(CHOICE) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the CHOICE data.
visit(SEQUENCE_OF<? extends ASN1Type>) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the SEQUENCE_OF data.
visit(SEQUENCE) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the SEQUENCE data.
visit(SET_OF<? extends ASN1Type>) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the SET_OF data.
visit(SET) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the SET data.
visit(StringType) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the StringType data.
visit(TimeType) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the TimeType data.
visit(UnknownType) - Method in interface jp.bitmeister.asn1.processor.ASN1Visitor
Visits the UnknownType data.
visit(BOOLEAN) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(INTEGER) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(BIT_STRING) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(OCTET_STRING) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(NULL) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(OBJECT_IDENTIFIER) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(REAL) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(ENUMERATED) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(RELATIVE_OID) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(ANY) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(CHOICE) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(SEQUENCE_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(SEQUENCE) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(SET_OF<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(SET) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(StringType) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(TimeType) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 
visit(UnknownType) - Method in class jp.bitmeister.asn1.processor.ASN1VisitorAdaptor
 

X

XerDecoder - Class in jp.bitmeister.asn1.codec.xer
XER (XML Encoding Rules) decoder.
XerDecoder(InputStream) - Constructor for class jp.bitmeister.asn1.codec.xer.XerDecoder
Instantiates a XerDecoder.
XerDecoder(Class<? extends ASN1Module>, InputStream) - Constructor for class jp.bitmeister.asn1.codec.xer.XerDecoder
Instantiates a XerDecoder.
XerEncoder - Class in jp.bitmeister.asn1.codec.xer
XER (XML Encoding Rules) encoder.
XerEncoder(OutputStream) - Constructor for class jp.bitmeister.asn1.codec.xer.XerEncoder
Instantiates a XEREncoder.
XerEncoder(Class<? extends ASN1Module>, OutputStream) - Constructor for class jp.bitmeister.asn1.codec.xer.XerEncoder
Instantiates a XEREncoder.
XerEncoder(OutputStream, boolean) - Constructor for class jp.bitmeister.asn1.codec.xer.XerEncoder
Instantiates a XEREncoder.
XerEncoder(Class<? extends ASN1Module>, OutputStream, boolean) - Constructor for class jp.bitmeister.asn1.codec.xer.XerEncoder
Instantiates a XEREncoder.
xmlTypeName() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Returns the XML type name of this type.
xmlTypeName(Class<? extends ASN1Module>) - Method in class jp.bitmeister.asn1.type.TypeSpecification
Returns the XML type name of this type.

_

_abstract - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Syntaxes
'abstract' field.

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

Copyright © 2012 BitMeister Inc. All Rights Reserved.