Package | Description |
---|---|
org.wildfly.security.util |
Package to hold utility classes of the Elytron project.
|
Modifier and Type | Field and Description |
---|---|
static Alphabet.Base32Alphabet |
Alphabet.Base32Alphabet.STANDARD
The standard RFC 4648 base-32 alphabet.
|
Modifier and Type | Method and Description |
---|---|
ByteIterator |
CodePointIterator.base32Decode(Alphabet.Base32Alphabet alphabet)
Base32-decode the current stream.
|
ByteIterator |
ByteIterator.base32Decode(Alphabet.Base32Alphabet alphabet)
Base32-decode the current stream, assuming that the byte data is encoded in an ASCII-derived encoding.
|
ByteIterator |
CodePointIterator.base32Decode(Alphabet.Base32Alphabet alphabet,
boolean requirePadding)
Base32-decode the current stream.
|
ByteIterator |
ByteIterator.base32Decode(Alphabet.Base32Alphabet alphabet,
boolean requirePadding)
Base32-decode the current stream, assuming that the byte data is encoded in an ASCII-derived encoding.
|
CodePointIterator |
ByteIterator.base32Encode(Alphabet.Base32Alphabet alphabet)
Base32-encode the current stream.
|
CodePointIterator |
ByteIterator.base32Encode(Alphabet.Base32Alphabet alphabet,
boolean addPadding)
Base32-encode the current stream.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.