Class java.util.BASE64Encoder
All Packages This Package Previous Next
Class java.util.BASE64Encoder
java.lang.Object
|
+----java.util.CharacterEncoder
|
+----java.util.BASE64Encoder
-
public class
BASE64Encoder
-
extends CharacterEncoder
This class implements a BASE64 Character encoder as specified in RFC1113.
This RFC is part of the Privacy Enhanced Mail (PEM) 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.
-
Version:
-
1.2, 16 Mar 1995
-
Author:
-
Chuck McManis
-
See Also:
-
CharacterEncoder,
BASE64Decoder
-
BASE64Encoder()
-
BASE64Encoder
public BASE64Encoder()
All Packages This Package Previous Next