|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mitre.jsip.util.Base64
Constructor Summary | |
Base64()
|
Method Summary | |
static java.lang.String |
decode(java.lang.String encoded)
decode a Base 64 encoded String. |
static java.lang.String |
encode(java.lang.String plain)
encode plaintext data to a base 64 string |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Base64()
Method Detail |
public static java.lang.String decode(java.lang.String encoded)
Since we should be dealing with Base64 encoded Strings that is a reasonable assumption.
public static java.lang.String encode(java.lang.String plain)
plain
- the text to convert. If plain is longer than 76 characters this method
returns null (see RFC2045).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |