| java.lang.Object sun.security.mscapi.RSAKeyPair
RSAKeyPair | class RSAKeyPair (Code) | | The handle for an RSA public/private keypair using the Microsoft Crypto API.
since: 1.6 |
Constructor Summary | |
| RSAKeyPair(long hCryptProv, long hCryptKey, int keyLength) Construct an RSAKeyPair object. |
RSAKeyPair | RSAKeyPair(long hCryptProv, long hCryptKey, int keyLength)(Code) | | Construct an RSAKeyPair object.
|
|
|