| 程序包 | 说明 |
|---|---|
| org.openeuler.com.sun.crypto.provider |
| 类和说明 |
|---|
| HmacPKCS12PBECore |
| PBEKeyFactory
This class implements a key factory for PBE keys according to PKCS#5,
meaning that the password must consist of printable ASCII characters
(values 32 to 126 decimal inclusive) and only the low order 8 bits
of each password character are used.
|
| PBES2Core
This class represents password-based encryption as defined by the PKCS #5
standard.
|
| PBES2Parameters
This class implements the parameter set used with GM password-based
encryption scheme 2 (PBES2), which is defined in
GM/T 0091-2020.
|
| PBKDF2Core
This class implements a key factory for PBE keys derived using
PBKDF2 with HmacSHA1/HmacSHA224/HmacSHA256/HmacSHA384/HmacSHA512
pseudo random function (PRF) as defined in PKCS#5 v2.1.
|
Copyright © 2022. All rights reserved.