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