Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- areAllStringsEmpty(String...) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if all strings are empty
- areStringsEqual(String, String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the strings are equal Ex.
- areStringsEqual(String, String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the strings are equal Ex.
- areStringsEqualIgnoreCase(String, String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the strings are equal with case ignore Ex.
- areStringsEqualIgnoreCase(String, String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the strings are equal with case ignore Ex.
- arraySize(byte[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Gets size of the byte array.
- arraySize(byte[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Gets size of the byte array.
- arraySize(char[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Gets size of the byte array.
- arraySize(char[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Gets size of the char array.
- arraySize(Object[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Gets size of the array.
- arraySize(Object[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Gets size of the array.
C
- cleanDirectory(File) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Cleans the directory
- cleanDirectory(File) - Static method in class eu.europa.esig.dss.utils.Utils
-
Cleans the directory
- closeQuietly(Closeable) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Closes quietly
- closeQuietly(Closeable) - Static method in class eu.europa.esig.dss.utils.Utils
-
Closes quietly
- collectionSize(Collection) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Gets the size of the collection
- collectionSize(Collection) - Static method in class eu.europa.esig.dss.utils.Utils
-
Gets the size of the collection
- compareInputStreams(InputStream, InputStream) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Compares content of two
InputStreams - compareInputStreams(InputStream, InputStream) - Static method in class eu.europa.esig.dss.utils.Utils
-
Compares content of two
InputStreams - concat(byte[]...) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Concatenates byte arrays to a single byte array
- concat(byte[]...) - Static method in class eu.europa.esig.dss.utils.Utils
-
Concatenates byte arrays to a single byte array.
- containsAny(Collection<T>, Collection<T>) - Method in interface eu.europa.esig.dss.utils.IUtils
-
This method returns boolean result whether the
superCollectioncontains any element of thesubCollectionEx. - containsAny(Collection<T>, Collection<T>) - Static method in class eu.europa.esig.dss.utils.Utils
-
This method returns boolean result whether the
superCollectioncontains any element of thesubCollectionEx. - copy(InputStream, OutputStream) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Copies
istoos - copy(InputStream, OutputStream) - Static method in class eu.europa.esig.dss.utils.Utils
-
Copies
istoos
E
- EMPTY_STRING - Static variable in class eu.europa.esig.dss.utils.Utils
-
The empty string
- endsWithIgnoreCase(String, String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the string ends with case ignore Ex.
- endsWithIgnoreCase(String, String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the string ends with case ignore Ex.
- eu.europa.esig.dss.utils - package eu.europa.esig.dss.utils
F
- fromBase64(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Transforms a base64-encoded string to byte array
- fromBase64(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Transforms a base64-encoded string to byte array
- fromHex(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Transforms a HEX-encoded string to byte array
- fromHex(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Transforms a HEX-encoded string to byte array
G
- getFileNameExtension(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
This method returns an extension for the given filename Ex.
- getFileNameExtension(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
This method returns an extension for the given filename Ex.
- getInputStreamSize(InputStream) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Gets the size of the InputStream content
- getInputStreamSize(InputStream) - Static method in class eu.europa.esig.dss.utils.Utils
-
Gets the size of the InputStream content
I
- isArrayEmpty(byte[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the byte array is null or empty
- isArrayEmpty(byte[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the byte array is null or empty
- isArrayEmpty(char[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the char array is null or empty
- isArrayEmpty(char[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the char array is null or empty
- isArrayEmpty(Object[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the array is null or empty
- isArrayEmpty(Object[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the array is null or empty
- isArrayNotEmpty(byte[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the byte array is not null nor empty
- isArrayNotEmpty(byte[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the byte array is not null nor empty
- isArrayNotEmpty(char[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the char array is not null nor empty
- isArrayNotEmpty(char[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the char array is not null nor empty
- isArrayNotEmpty(Object[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the array is not null nor empty
- isArrayNotEmpty(Object[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the array is not null nor empty
- isAtLeastOneStringNotEmpty(String...) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if at least one string is not empty
- isBase64Encoded(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the string is base64-encoded
- isBase64Encoded(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the string is base64-encoded
- isCollectionEmpty(Collection) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the collection is null or empty
- isCollectionEmpty(Collection) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the collection is null or empty
- isCollectionNotEmpty(Collection) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the collection is not null nor empty
- isCollectionNotEmpty(Collection) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the collection is not null nor empty
- isHexEncoded(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the string is HEX (base16) encoded
- isHexEncoded(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the string is HEX (base16) encoded
- isMapEmpty(Map<?, ?>) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the map is null or empty
- isMapEmpty(Map<?, ?>) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the map is null or empty
- isMapNotEmpty(Map<?, ?>) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the map is not null nor empty
- isMapNotEmpty(Map<?, ?>) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the map is not null nor empty
- isStringBlank(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the string is blank Ex.
- isStringBlank(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the string is blank Ex.
- isStringDigits(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the string contains only digits Ex. "123" = true; "1a2b" = false
- isStringDigits(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the string contains only digits Ex. "123" = true; "1a2b" = false
- isStringEmpty(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the string is empty Ex.
- isStringEmpty(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the string is empty Ex.
- isStringNotBlank(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the string is not blank Ex.
- isStringNotBlank(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the string is not blank Ex.
- isStringNotEmpty(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the string is not empty Ex.
- isStringNotEmpty(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the string is not blank Ex.
- isTrue(Boolean) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the Boolean value is set to true NOTE: if null, returns false!
- isTrue(Boolean) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the Boolean value is set to true NOTE: if null, returns false!
- IUtils - Interface in eu.europa.esig.dss.utils
-
The interface contains the common methods to be used within the DSS core
J
- joinStrings(Collection<String>, String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Joins the strings with the given separator Ex.
- joinStrings(List<String>, String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Joins the strings with the given separator Ex.
- jpms_dss_utils - module jpms_dss_utils
L
- listFiles(File, String[], boolean) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Lists all files from the
folderwith the givenextensions - listFiles(File, String[], boolean) - Static method in class eu.europa.esig.dss.utils.Utils
-
Lists all files from the
folderwith the givenextensions - lowerCase(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Converts a string to its lower case representation Ex.
- lowerCase(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Converts a string to its lower case representation Ex.
N
- nullOutputStream() - Method in interface eu.europa.esig.dss.utils.IUtils
-
Opens an
OutputStreamthat discards all bytes (written to nowhere) - nullOutputStream() - Static method in class eu.europa.esig.dss.utils.Utils
-
Opens an
OutputStreamthat discards all bytes (written to nowhere)
R
- reverseList(List<T>) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Creates a reversed copy of the list
- reverseList(List<T>) - Static method in class eu.europa.esig.dss.utils.Utils
-
Creates a reversed copy of the list
S
- startsWith(byte[], byte[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the
byteArraystarts withprefixArray - startsWith(byte[], byte[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the
byteArraystarts withprefixArray - startsWith(InputStream, byte[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Checks if the
inputStreamstarts withprefixArray. - startsWith(InputStream, byte[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Checks if the
inputStreamstarts withprefixArray. - subarray(byte[], int, int) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Returns a subArray, starting from position
startwith the defined lengthlength - subarray(byte[], int, int) - Static method in class eu.europa.esig.dss.utils.Utils
-
Returns a subArray, starting from position
startwith the defined lengthlength - substringAfter(String, String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Returns a substring after the specified character Ex.
- substringAfter(String, String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Returns a substring after the specified character Ex.
T
- toBase64(byte[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Transforms the binaries to String base64-encoded representation
- toBase64(byte[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Transforms the binaries to String base64-encoded representation
- toByteArray(InputStream) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Reads the InputStream and returns the resulting byte array
- toByteArray(InputStream) - Static method in class eu.europa.esig.dss.utils.Utils
-
Reads the InputStream and returns the resulting byte array
- toHex(byte[]) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Transforms the binaries to String HEX representation
- toHex(byte[]) - Static method in class eu.europa.esig.dss.utils.Utils
-
Transforms the binaries to String HEX representation
- trim(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Trims the string, by removing all leading and descending spaces and lines Ex. " 123 " = "123"
- trim(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Trims the string, by removing all leading and descending spaces and lines Ex. " 123 " = "123"
U
- upperCase(String) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Converts a string to its upper case representation Ex.
- upperCase(String) - Static method in class eu.europa.esig.dss.utils.Utils
-
Converts a string to its upper case representation Ex.
- Utils - Class in eu.europa.esig.dss.utils
-
Contains common utils
W
- write(byte[], OutputStream) - Method in interface eu.europa.esig.dss.utils.IUtils
-
Writes
contenttoos - write(byte[], OutputStream) - Static method in class eu.europa.esig.dss.utils.Utils
-
Writes
contenttoos
All Classes and Interfaces|All Packages|Constant Field Values