public class Crypt extends Object
| 构造器和说明 |
|---|
Crypt() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
check(String passwd,
String hashed) |
static boolean |
check(String passwd,
String hashed,
Provider provider)
check the passwd crypt
|
static String |
create(HmacAlgorithms alg,
String passwd,
int rounds,
Provider provider)
create crypt
|
static String |
create(String passwd) |
public static String create(HmacAlgorithms alg, String passwd, int rounds, Provider provider)
alg - passwd - rounds - the loop hmac count, between 1 and 255provider - Copyright © 2023. All rights reserved.