Package | Description |
---|---|
org.wildfly.security.password.spec |
Classes intended to hold raw password material.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearPasswordSpec
A password specification for clear passwords.
|
class |
DigestPasswordSpec
A
PasswordSpec for a password represented by a Digest Response as seen in Digest-MD5 SASL/HTTP mechanism. |
class |
EncryptablePasswordSpec
A password specification for clear passwords which are intended to be encrypted or hashed.
|
class |
HashPasswordSpec
A password specification for a password represented by a hash.
|
class |
IteratedHashPasswordSpec
A
PasswordSpec for a password represented by a hash with an iteration count or cost. |
class |
IteratedSaltedHashPasswordSpec
A
PasswordSpec for a password represented by a hash with a salt and a iteration count or cost. |
class |
MaskedPasswordSpec
A password specification for a two-way password which is masked.
|
class |
OneTimePasswordSpec
A
PasswordSpec for a one-time password as defined in RFC 2289. |
class |
SaltedHashPasswordSpec
A
PasswordSpec for a password represented by a hash with a salt. |
Modifier and Type | Method and Description |
---|---|
static PasswordSpec |
BasicPasswordSpecEncoding.decode(byte[] encoded)
Decode the given byte array and create a
PasswordSpec from it. |
Modifier and Type | Method and Description |
---|---|
static byte[] |
BasicPasswordSpecEncoding.encode(PasswordSpec passwordSpec)
Encode the given
PasswordSpec to a byte array. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.