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