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

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.

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