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 Base64AlphabetBase64Alphabet. STANDARDThe 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 ByteIteratorCodePointIterator. base64Decode(Base64Alphabet alphabet)Base64-decode the current stream.ByteIteratorCodePointIterator. base64Decode(Base64Alphabet alphabet, boolean requirePadding)Base64-decode the current stream.CodePointIteratorByteIterator. base64Encode(Base64Alphabet alphabet)Base64-encode the current stream.CodePointIteratorByteIterator. base64Encode(Base64Alphabet alphabet, boolean addPadding)Base64-encode the current stream.
-