Uses of Class
org.wildfly.common.codec.Base64Alphabet
-
Packages that use Base64Alphabet Package Description org.wildfly.common.codec Classes relating to encoding and decoding.org.wildfly.common.iteration Classes related to iteration. -
-
Uses of Base64Alphabet in org.wildfly.common.codec
Fields in org.wildfly.common.codec declared as Base64Alphabet Modifier and Type Field Description static Base64Alphabet
Base64Alphabet. STANDARD
The standard RFC 4648 base-64 alphabet. -
Uses of Base64Alphabet in org.wildfly.common.iteration
Methods in org.wildfly.common.iteration with parameters of type Base64Alphabet Modifier and Type Method Description ByteIterator
CodePointIterator. base64Decode(Base64Alphabet alphabet)
Base64-decode the current stream.ByteIterator
CodePointIterator. base64Decode(Base64Alphabet alphabet, boolean requirePadding)
Base64-decode the current stream.CodePointIterator
ByteIterator. base64Encode(Base64Alphabet alphabet)
Base64-encode the current stream.CodePointIterator
ByteIterator. base64Encode(Base64Alphabet alphabet, boolean addPadding)
Base64-encode the current stream.
-