Uses of Class
org.wildfly.common.codec.Base64Alphabet
Packages that use Base64Alphabet
Package
Description
Classes relating to encoding and decoding.
Classes related to iteration.
-
Uses of Base64Alphabet in org.wildfly.common.codec
Fields in org.wildfly.common.codec declared as Base64AlphabetModifier and TypeFieldDescriptionstatic final 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 Base64AlphabetModifier and TypeMethodDescriptionCodePointIterator.base64Decode(Base64Alphabet alphabet) Base64-decode the current stream.CodePointIterator.base64Decode(Base64Alphabet alphabet, boolean requirePadding) Base64-decode the current stream.ByteIterator.base64Encode(Base64Alphabet alphabet) Base64-encode the current stream.ByteIterator.base64Encode(Base64Alphabet alphabet, boolean addPadding) Base64-encode the current stream.