Package org.apache.tomcat.util.codec.binary
package org.apache.tomcat.util.codec.binary
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
-
ClassDescriptionProvides Base64 encoding and decoding as defined by RFC 2045.Abstract superclass for Base-N encoders and decoders.Converts String to and from bytes using the encodings required by the Java specification.