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