|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oclc.da.gdfr.registryprototype.Base64Helper
public class Base64Helper
| Constructor Summary | |
|---|---|
Base64Helper()
|
|
| Method Summary | |
|---|---|
java.lang.String |
decodeBytes(java.lang.String bytes)
Uses the Base64 Class to decode a string of base64 bytes |
java.lang.String |
encodeBytes(byte[] bytes)
|
java.lang.String |
encodeBytes(java.lang.String bytes)
Uses the Base64 Class to encode a String in Base64 encoding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64Helper()
| Method Detail |
|---|
public java.lang.String decodeBytes(java.lang.String bytes)
bytes - The String to decode
RegistryExceptionpublic java.lang.String encodeBytes(java.lang.String bytes)
bytes - The String to encode
RegistryExceptionpublic java.lang.String encodeBytes(byte[] bytes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||