Uses of Interface
org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
-
Packages that use SaltedSimpleDigestPassword Package Description org.wildfly.security.password.interfaces Interfaces which represent each of the supported password encoding strategies. -
-
Uses of SaltedSimpleDigestPassword in org.wildfly.security.password.interfaces
Methods in org.wildfly.security.password.interfaces that return SaltedSimpleDigestPassword Modifier and Type Method Description SaltedSimpleDigestPasswordSaltedSimpleDigestPassword. clone()Creates and returns a copy of thisPassword.static SaltedSimpleDigestPasswordSaltedSimpleDigestPassword. createRaw(String algorithm, byte[] digest, byte[] salt)Create a raw implementation of this password type.
-