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

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.

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