Package | Description |
---|---|
org.wildfly.security.password |
Packages and files for handling text passwords and their various encoding strategies.
|
Modifier and Type | Method and Description |
---|---|
static PasswordFactory |
PasswordFactory.getInstance(String algorithm)
Get a password factory instance.
|
static PasswordFactory |
PasswordFactory.getInstance(String algorithm,
Provider provider)
Get a password factory instance.
|
static PasswordFactory |
PasswordFactory.getInstance(String algorithm,
String providerName)
Get a password factory instance.
|
static PasswordFactory |
PasswordFactory.getInstance(String algorithm,
Supplier<Provider[]> providerSupplier)
Get a password factory instance.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.