Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y Z _ 

R

range - Variable in class com.objsys.asn1j.runtime.Asn1NasUtil.ARFCNRange
 
read() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
The read method reads a single byte from the current input stream and returns it to the caller.
read(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This version of the read method reads the given number of bytes from the current input stream and writes them to the specified byte array at the given offset.
read(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This version of the read method reads the number of bytes equal to the length of the given input buffer.
read() - Method in class com.objsys.asn1j.runtime.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read2Bytes() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
Read the next two bytes from the current input stream into an int, and return that int.
read4Bytes() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
Read the next four bytes from the current input stream into an int, and return that int.
readBoolean() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Reads "true" or "false" from input and returns the corresponding boolean value.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method returns the next available 8-bit value from the input stream.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBitBuffer
This method returns the next available 8-bit value from the input stream.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This abstract method returns the next available 8-bit value from the input stream.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1MderDecodeBuffer
 
readCharacter(char) - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read the given character from input.
readCharStrOctStr() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read an ASN.1 character string that has been encoded to a JSON string as if it were an ASN.1 octet string.
readInt() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Convenience method equivalent to Integer.parseInt( this.readNumber() )
readJsonValue() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read the next JSON value from the input.
readNull() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Reads "null" from input.
readNumber() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read a JSON number from input.
readString(String) - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Convenience method which invokes readString() and throws an exception if the result is not the expectedValue.
readString() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read a JSON string from the input.
REAL - Static variable in class com.objsys.asn1j.runtime.Asn1Type
REAL type code = 9
RELATIVE_OID_IRI - Static variable in class com.objsys.asn1j.runtime.Asn1Type
RELATIVE-OID-IRI type code = 35
RelativeOID - Static variable in class com.objsys.asn1j.runtime.Asn1Type
RELATIVE_OID type code = 13
removeCaptureBuffer(ByteArrayOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used to remove a capture buffer from the internal capture buffer list.
removeCaptureBuffer(ByteArrayOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method is used to remove a capture buffer from the internal capture buffer list.
removeLastElemName() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method removes the last element name in the current fully qualified name string.
removeLastElemName() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method removes the last element name int the current fully qualified name string.
replaceLastFieldWithDetail(Asn1PerBitFieldList) - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
Replaces the last bit field in this bit trace handler with the fields from the given trace handler, which are assumed to be a breakdown of the last field.
replaceLastFieldWithDetail(Asn1PerTraceHandler) - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
Replaces the last bit field in this bit trace handler with the fields from the given trace handler, which are assumed to be a breakdown of the last field.
reset() - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBitBuffer
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBitBuffer
This method resets the buffer object so that it can be reused to encode another message.
reset() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method resets the buffer to allow a new record to be encoded into it.
reset() - Method in class com.objsys.asn1j.runtime.Asn1EncodeByteBuffer
 
reset() - Method in class com.objsys.asn1j.runtime.Asn1EncodeByteBufferRev
This method resets the buffer to allow a new record to be encoded into it.
reset() - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Return the input position to the position at which mark() was previously called.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method resets the object.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeTraceHandler
This method resets the trace bit field list.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeTraceHandler
This method resets the trace bit field list.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
This method does nothing here.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method resets the trace bit field list.
resetTrace() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
This method resets the trace bit field list.
resumeEncoding() - Method in class com.objsys.asn1j.runtime.Base64.OutputStream
Resumes encoding of the stream.
reverseBytes(int, int) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBitBuffer
This method reverses a series of bytes at a given offset within the encode buffer.
rotateLeft(int, int) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Return the result of rotating the bits in value left by bitCnt positions.
A B C D E F G H I J L M N O P R S T U V W X Y Z _ 
Skip navigation links