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