Module java.base

Interface RSAPrivateCrtKey

All Superinterfaces:
Destroyable, Key, PrivateKey, RSAKey, RSAPrivateKey, Serializable

public interface RSAPrivateCrtKey
extends RSAPrivateKey
The interface to an RSA private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values.
Since:
1.2
See Also:
RSAPrivateKey