A B C D E F G H I J K L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- EasyDialog - com.stepover.opensignatureapi.device.nat.NativeDevice.Mode
- emulationMode - Variable in class com.stepover.opensignatureapi.device.SoDeviceConfiguration
-
The emulation mode.
- encode(byte[]) - Static method in class com.stepover.opensignatureapi.device.util.RunLengthEncoding
- encode(ByteBuffer, ByteBuffer) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Performs Base64 encoding on the
raw
ByteBuffer, writing it to theencoded
ByteBuffer. - encode(ByteBuffer, CharBuffer) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Performs Base64 encoding on the
raw
ByteBuffer, writing it to theencoded
CharBuffer. - ENCODE - Static variable in class com.stepover.opensignatureapi.helpers.Base64
-
Specify encoding in first bit.
- encodeBytes(byte[]) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Similar to
Base64.encodeBytes(byte[])
but returns a byte array instead of instantiating a String. - encodeBytesToBytes(byte[], int, int, int) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Similar to
Base64.encodeBytes(byte[], int, int, int)
but returns a byte array instead of instantiating a String. - encodeFileToFile(String, String) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeObject(Serializable) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeObject(Serializable, int) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeToFile(byte[], String) - Static method in class com.stepover.opensignatureapi.helpers.Base64
-
Convenience method for encoding data to a file.
All Classes All Packages