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