| Package | Description |
|---|---|
| java.security.spec |
Provides classes and interfaces for key specifications and algorithm parameter specifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSAMultiPrimePrivateCrtKeySpec
This class specifies an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values for efficiency.
|
class |
RSAPrivateCrtKeySpec
This class specifies an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values for efficiency.
|