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

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() - Method in class jp.bitmeister.asn1.type.ASN1Module
Returns the identifier of this 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.
instanciate(String) - Static method in class jp.bitmeister.asn1.type.ASN1Modules
Instantiates a built-in ASN.1 data specified by the type identifier.
instantiate(ASN1TagClass, int) - Method in class jp.bitmeister.asn1.type.ASN1Module
Instantiates an ASN.1 data specified by the tag.
instantiate(String) - Method in class jp.bitmeister.asn1.type.ASN1Module
Instantiates an ASN.1 data specified by the type identifier.
instantiate(ASN1TagClass, int) - Static method in class jp.bitmeister.asn1.type.ASN1Modules
Instantiates an ASN.1 data specified by the ASN.1 tag and the tag class.
instantiate(String, String) - Static method in class jp.bitmeister.asn1.type.ASN1Modules
Instantiates an ASN.1 data specified by the identifier of module and type.
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.
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.

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