Skip navigation links
A C D E G M O R S T 

R

read(byte[], int, int) - Method in class com.microej.security.util.DerValueInputStream
read() - Method in class com.microej.security.util.DerValueInputStream
 
readBitString(InputStream) - Static method in class com.microej.security.util.DerInputStreamHelper
Reads the next DER-encoded BitString value from the specified InputStream, and returns it as a byte[].
readBoolean(InputStream) - Static method in class com.microej.security.util.DerInputStreamHelper
Reads the next DER-encoded Boolean value from the specified InputStream, and returns it as an boolean.
readDERLength(InputStream) - Static method in class com.microej.security.util.DerInputStreamHelper
Reads a DER-encoded value length from an input stream.
readFully(InputStream, byte[], int, int) - Static method in class com.microej.security.util.DerInputStreamHelper
See the general contract of the readFully method of DataInput.
readInteger(InputStream) - Static method in class com.microej.security.util.DerInputStreamHelper
Reads the next DER-encoded Integer value from the specified InputStream, and returns it as an integer.
readNull(InputStream) - Static method in class com.microej.security.util.DerInputStreamHelper
Reads the next DER-encoded NULL value from the specified InputStream, as a null value.
readOIDString(InputStream) - Static method in class com.microej.security.util.DerInputStreamHelper
Reads the next DER-encoded ObjectID value from the specified InputStream, and returns it as a String representation in hexadecimal format.
readString(InputStream) - Static method in class com.microej.security.util.DerInputStreamHelper
Reads the next DER-encoded value from the specified InputStream, and returns it as a String.
readUTF8String(InputStream) - Static method in class com.microej.security.util.DerInputStreamHelper
Reads the next DER-encoded UTF8String value from the specified InputStream, and returns it as a String.
remainingBytes - Variable in class com.microej.security.util.DerValueInputStream
Number of remaining byte of the stream before reaching its end.
remainingLength() - Method in class com.microej.security.util.DerValueInputStream
Returns the number of bytes that remains in the stream.
A C D E G M O R S T 
Skip navigation links