|
jBPM Designer - Backend 6.0.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.codec.binary.Base64
org.jbpm.designer.util.Base64Backport
public class Base64Backport
Backports the commons-codec isBase64(String) method from commons-codec 1.5 because EAP requires us to use commons-codec 1.4.
Constructor Summary | |
---|---|
Base64Backport()
|
Method Summary | |
---|---|
static boolean |
isBase64(String base64)
|
Methods inherited from class org.apache.commons.codec.binary.Base64 |
---|
decode, decode, decode, decodeBase64, decodeBase64, decodeInteger, encode, encode, encodeBase64, encodeBase64, encodeBase64, encodeBase64, encodeBase64Chunked, encodeBase64String, encodeBase64URLSafe, encodeBase64URLSafeString, encodeInteger, encodeToString, isArrayByteBase64, isBase64, isUrlSafe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64Backport()
Method Detail |
---|
public static boolean isBase64(String base64)
|
jBPM Designer - Backend 6.0.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |