Package org.jose4j.lang
Class StringUtil
java.lang.Object
org.jose4j.lang.StringUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]static byte[]getBytesAscii(String string) static byte[]getBytesUnchecked(String string, String charsetName) static byte[]getBytesUtf8(String string) static Stringstatic Stringstatic StringnewStringUsAscii(byte[] bytes) static StringnewStringUtf8(byte[] bytes)
-
Field Details
-
UTF_8
- See Also:
-
US_ASCII
- See Also:
-
-
Constructor Details
-
StringUtil
public StringUtil()
-
-
Method Details
-
newStringUtf8
-
newStringUsAscii
-
newString
-
newString
-
getBytesUtf8
-
getBytesAscii
-
getBytes
-
getBytesUnchecked
-