Uses of Class
org.seppiko.commons.utils.codec.Base32
Packages that use Base32
-
Uses of Base32 in org.seppiko.commons.utils.codec
Fields in org.seppiko.commons.utils.codec declared as Base32Modifier and TypeFieldDescriptionstatic final Base32Base32.RFC4648The most widely used Base32 alphabet is defined in RFC 4648.static final Base32Base32.RFC4648_HEXThe most widely used Base32 alphabet is defined in RFC 4648.static final Base32Base32.ZBASE32z-base-32 is a Base32 encoding designed by Zooko Wilcox-O'Hearn to be easier for human use and more compact.