Package | Description |
---|---|
org.wildfly.security.password.interfaces |
Interfaces which represent each of the supported password encoding strategies.
|
org.wildfly.security.password.spec |
Classes intended to hold raw password material.
|
Class and Description |
---|
DigestPasswordAlgorithmSpec
A
AlgorithmParameterSpec for a password represented by digesting it with a username and realm as defined by RFC2617 and
RFC2831. |
IteratedSaltedPasswordAlgorithmSpec
Algorithm parameter specification for common hashed password types.
|
MaskedPasswordAlgorithmSpec
An algorithm specification for a two-way password which is masked.
|
OneTimePasswordAlgorithmSpec
Algorithm parameter specification for one-time password types as defined in RFC 2289.
|
SaltedPasswordAlgorithmSpec
Algorithm parameter specification for salted hashed password types.
|
Class and Description |
---|
PasswordSpec
A password specification object.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.