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

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.
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> - 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.
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.

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