|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.util.Base64Decoder
Base64 decoding utility.
| Method Summary | |
static byte[] |
decode(byte[] base64EncodedValue)
Accepts an array of bytes that were encoded using Base64 and returns the decoded byte array. |
static byte[] |
decode(java.lang.String base64EncodedValue)
Accepts a Base64 encoded string and returns the decoded byte array. |
static void |
main(java.lang.String[] args)
Accepts a String argument from the command line and returns the Base64 decoded value to System.out. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static byte[] decode(byte[] base64EncodedValue)
base64EncodedValue - the byte array encoded using Base64.
UtilityException - if an error occurs decoding the value.public static byte[] decode(java.lang.String base64EncodedValue)
base64EncodedValue - the string encoded using Base64.
public static void main(java.lang.String[] args)
args - the string to be decoded.
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||