Module java.base

Interface RSAKey

All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey

public interface RSAKey
The interface to a public or private key in PKCS#1 v2.2 standard, such as those for RSA, or RSASSA-PSS algorithms.
Since:
1.3
See Also: