Module java.base

Class RSAPrivateKeySpec

java.lang.Object
java.security.spec.RSAPrivateKeySpec
All Implemented Interfaces:
KeySpec
Direct Known Subclasses:
RSAMultiPrimePrivateCrtKeySpec, RSAPrivateCrtKeySpec

public class RSAPrivateKeySpec extends Object implements KeySpec
This class specifies an RSA private key.
Since:
1.2
See Also: