Class Strings
java.lang.Object
org.gudy.bouncycastle.util.Strings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfromUTF8ByteArray(byte[] bytes) static String[]static byte[]toByteArray(String string) static StringtoLowerCase(String string) A locale independent version of toLowerCase.static StringtoUpperCase(String string) A locale independent version of toUpperCase.static byte[]toUTF8ByteArray(String string)
-
Constructor Details
-
Strings
public Strings()
-
-
Method Details
-
fromUTF8ByteArray
-
toUTF8ByteArray
-
toUpperCase
-
toLowerCase
-
toByteArray
-
split
-