Package org.wildfly.security.password.spec
package org.wildfly.security.password.spec
Classes intended to hold raw password material.
-
ClassDescriptionProvide methods for encoding and decoding of
PasswordSpec.A password specification for clear passwords.AAlgorithmParameterSpecfor a password represented by digesting it with a username and realm as defined by RFC2617 and RFC2831.APasswordSpecfor a password represented by a Digest Response as seen in Digest-MD5 SASL/HTTP mechanism.List of supported hash encodings to use in security realms that support storing hashed passwords.A password specification for clear passwords which are intended to be encrypted or hashed.A password specification for a password represented by a hash.APasswordSpecfor a password represented by a hash with an iteration count or cost.Algorithm parameter specification for password types with an iteration count.APasswordSpecfor a password represented by a hash with a salt and a iteration count or cost.Algorithm parameter specification for common hashed password types.An algorithm specification for a two-way password which is masked.A password specification for a two-way password which is masked.Algorithm parameter specification for one-time password types as defined in RFC 2289.APasswordSpecfor a one-time password as defined in RFC 2289.A password specification object.APasswordSpecfor a password represented by a hash with a salt.Algorithm parameter specification for salted hashed password types.