|
Project Aristotle - ArisID Attribute Services | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openliberty.arisid.util.Base64
public class Base64
Default implementation of IBase64
.
Constructor Summary | |
---|---|
Base64()
|
Method Summary | |
---|---|
byte[] |
decode(java.lang.String inStr)
Decodes Base64 encoded data into byte array |
java.lang.String |
encode(byte[] inBytes)
Encodes byte array into Base64 string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64()
Method Detail |
---|
public java.lang.String encode(byte[] inBytes)
encode
in interface IBase64
inBytes
- Array containing binary data
public byte[] decode(java.lang.String inStr)
decode
in interface IBase64
inStr
- Base64 encoded string
|
OpenLiberty.org - Licensed under Apache APL 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |