|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.net.ssl.internal.www.protocol.https.CharacterEncoder | +--com.ibm.net.ssl.internal.www.protocol.https.BASE64Encoder
This class implements a BASE64 Character encoder as specified in RFC1521. This RFC is part of the MIME specification as published by the Internet Engineering Task Force (IETF). Unlike some other encoding schemes there is nothing in this encoding that indicates where a buffer starts or ends. This means that the encoded text will simply start with the first line of encoded text and end with the last line of encoded text.
CharacterEncoder
,
BASE64Decoder
Constructor Summary | |
BASE64Encoder()
|
Methods inherited from class com.ibm.net.ssl.internal.www.protocol.https.CharacterEncoder |
encode,
encode,
encode,
encodeBuffer,
encodeBuffer,
encodeBuffer |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BASE64Encoder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |