Class Encoding
java.lang.Object
com.github.tomakehurst.wiremock.common.Encoding
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]decodeBase64(String base64) static StringencodeBase64(byte[] content) static StringencodeBase64(byte[] content, boolean padding) static String
-
Method Details
-
decodeBase64
-
encodeBase64
-
encodeBase64
-
urlEncode
-