Package | Description |
---|---|
org.wildfly.security.util |
Package to hold utility classes of the Elytron project.
|
Modifier and Type | Field and Description |
---|---|
static Alphabet.Base64Alphabet |
Alphabet.Base64Alphabet.BCRYPT
The BCrypt alphabet.
|
static Alphabet.Base64Alphabet |
Alphabet.Base64Alphabet.MOD_CRYPT
The modular crypt alphabet, used in various modular crypt password types.
|
static Alphabet.Base64Alphabet |
Alphabet.Base64Alphabet.MOD_CRYPT_LE
The modular crypt alphabet, used in various modular crypt password types.
|
static Alphabet.Base64Alphabet |
Alphabet.Base64Alphabet.STANDARD
The standard RFC 4648 base-64 alphabet.
|
Modifier and Type | Method and Description |
---|---|
ByteIterator |
CodePointIterator.base64Decode(Alphabet.Base64Alphabet alphabet)
Base64-decode the current stream.
|
ByteIterator |
ByteIterator.base64Decode(Alphabet.Base64Alphabet alphabet)
Base64-decode the current stream, assuming that the byte data is encoded in an ASCII-derived encoding.
|
ByteIterator |
CodePointIterator.base64Decode(Alphabet.Base64Alphabet alphabet,
boolean requirePadding)
Base64-decode the current stream.
|
ByteIterator |
ByteIterator.base64Decode(Alphabet.Base64Alphabet alphabet,
boolean requirePadding)
Base64-decode the current stream, assuming that the byte data is encoded in an ASCII-derived encoding.
|
CodePointIterator |
ByteIterator.base64Encode(Alphabet.Base64Alphabet alphabet)
Base64-encode the current stream.
|
CodePointIterator |
ByteIterator.base64Encode(Alphabet.Base64Alphabet alphabet,
boolean addPadding)
Base64-encode the current stream.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.