See: Description

| Interface | Description |
|---|---|
| PasswordSpec |
A password specification object.
|
| Class | Description |
|---|---|
| BasicPasswordSpecEncoding |
Provide methods for encoding and decoding of
PasswordSpec. |
| ClearPasswordSpec |
A password specification for clear passwords.
|
| DigestPasswordAlgorithmSpec |
A
AlgorithmParameterSpec for a password represented by digesting it with a username and realm as defined by RFC2617 and
RFC2831. |
| DigestPasswordSpec |
A
PasswordSpec for a password represented by a Digest Response as seen in Digest-MD5 SASL/HTTP mechanism. |
| EncryptablePasswordSpec |
A password specification for clear passwords which are intended to be encrypted or hashed.
|
| HashPasswordSpec |
A password specification for a password represented by a hash.
|
| IteratedHashPasswordSpec |
A
PasswordSpec for a password represented by a hash with an iteration count or cost. |
| IteratedPasswordAlgorithmSpec |
Algorithm parameter specification for password types with an iteration count.
|
| IteratedSaltedHashPasswordSpec |
A
PasswordSpec for a password represented by a hash with a salt and a iteration count or cost. |
| IteratedSaltedPasswordAlgorithmSpec |
Algorithm parameter specification for common hashed password types.
|
| MaskedPasswordAlgorithmSpec |
An algorithm specification for a two-way password which is masked.
|
| MaskedPasswordSpec |
A password specification for a two-way password which is masked.
|
| OneTimePasswordAlgorithmSpec |
Algorithm parameter specification for one-time password types as defined in RFC 2289.
|
| OneTimePasswordSpec |
A
PasswordSpec for a one-time password as defined in RFC 2289. |
| SaltedHashPasswordSpec |
A
PasswordSpec for a password represented by a hash with a salt. |
| SaltedPasswordAlgorithmSpec |
Algorithm parameter specification for salted hashed password types.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.