Package | Description |
---|---|
org.wildfly.security.password.interfaces |
Interfaces which represent each of the supported password encoding strategies.
|
Modifier and Type | Method and Description |
---|---|
SunUnixMD5CryptPassword |
SunUnixMD5CryptPassword.clone()
Creates and returns a copy of this
Password . |
static SunUnixMD5CryptPassword |
SunUnixMD5CryptPassword.createRaw(String algorithm,
byte[] salt,
byte[] hash,
int iterationCount)
Create a raw implementation of this password type.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.