Package | Description |
---|---|
org.n52.security.common.crypto |
Modifier and Type | Method and Description |
---|---|
static HashedPassword |
HashedPassword.fromPassword(char[] password,
String scheme)
creates hashed and salted passwords.
|
static HashedPassword |
HashedPassword.fromPassword(char[] password,
String scheme,
byte[] salt)
Creates a hashed and salted password based on the input parameters.
|
static HashedPassword |
HashedPassword.fromString(String encodedString)
Parses encoded hashed passwords.
|
Copyright © 2004–2017 52north.org. All rights reserved.