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