| 类 | 说明 |
|---|---|
| HmacPKCS12PBECore | |
| HmacPKCS12PBECore.HmacPKCS12PBESM3 | |
| PBEKey |
This class represents a PBE key.
|
| 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.
|
| PBEKeyFactory.PBEWithHmacSM3AndSM4_128_CBC_PKCS5Padding | |
| PBEKeyFactory.PBEWithHmacSM3AndSM4_128_ECB_PKCS5Padding | |
| PBES2Core |
This class represents password-based encryption as defined by the PKCS #5
standard.
|
| PBES2Core.HmacSM3AndSM4_128_CBC_PKCS5Padding | |
| PBES2Core.HmacSM3AndSM4_128_ECB_PKCS5Padding | |
| PBES2Parameters |
This class implements the parameter set used with GM password-based
encryption scheme 2 (PBES2), which is defined in
GM/T 0091-2020.
|
| PBES2Parameters.General | |
| PBES2Parameters.HmacSM3AndSM4_128_CBC_PKCS5Padding | |
| PBES2Parameters.HmacSM3AndSM4_128_ECB_PKCS5Padding | |
| 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.
|
| PBKDF2Core.HmacSM3 | |
| PBKDF2KeyImpl |
This class represents a PBE key derived using PBKDF2 defined
in PKCS#5 v2.0. meaning that
1) the password must consist of characters which will be converted
to bytes using UTF-8 character encoding.
2) salt, iteration count, and to be derived key length are supplied
|
Copyright © 2022. All rights reserved.