Uses of Class
org.wildfly.common.codec.Base32Alphabet
Packages that use Base32Alphabet
Package
Description
Classes relating to encoding and decoding.
Classes related to iteration.
-
Uses of Base32Alphabet in org.wildfly.common.codec
Fields in org.wildfly.common.codec declared as Base32AlphabetModifier and TypeFieldDescriptionstatic final Base32AlphabetBase32Alphabet.LOWERCASEThe standard RFC 4648 base-32 alphabet mapped to lowercase.static final Base32AlphabetBase32Alphabet.STANDARDThe standard RFC 4648 base-32 alphabet. -
Uses of Base32Alphabet in org.wildfly.common.iteration
Methods in org.wildfly.common.iteration with parameters of type Base32AlphabetModifier and TypeMethodDescriptionCodePointIterator.base32Decode(Base32Alphabet alphabet) Base32-decode the current stream.CodePointIterator.base32Decode(Base32Alphabet alphabet, boolean requirePadding) Base32-decode the current stream.ByteIterator.base32Encode(Base32Alphabet alphabet) Base32-encode the current stream.ByteIterator.base32Encode(Base32Alphabet alphabet, boolean addPadding) Base32-encode the current stream.