Package es.uji.crypto.xades.jxades.util
Class SystemUtils
java.lang.Object
es.uji.crypto.xades.jxades.util.SystemUtils
Title:
Description:
Copyright: Copyright (c) 2006
Company:
- Version:
- 1.0
- Author:
- not attributable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(InputStream inStream, OutputStream outStream) static StringformatDate(Object date) static StringformatDate(Date date) static Stringstatic DecimalFormatstatic Stringstatic Stringstatic Stringstatic Stringstatic Datestatic byte[]toByteArray(InputStream inStream) static char[]toHexChars(byte[] data) static StringtoHexString(byte[] data) static StringtrimFileName(String filePathName)
-
Field Details
-
KEY_APPLICATION_NAME
- See Also:
-
KEY_CLIENT_CONFIG_FOLDER
- See Also:
-
KEY_KEYSTORE_FOLDER
- See Also:
-
-
Constructor Details
-
SystemUtils
public SystemUtils()
-
-
Method Details
-
formatDate
-
formatDate
-
parseDate
- Throws:
ParseException
-
getDecimalFormatter
-
getCauseMessages
-
getErrorMessage
-
toByteArray
- Throws:
IOException
-
copy
- Throws:
IOException
-
trimFileName
-
getOSName
-
getIOTempDir
-
getUserHome
-
toHexString
-
toHexChars
public static char[] toHexChars(byte[] data)
-