-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
None
-
b22
Currently, every algorithm-specific asymmetric key interface (Ex: `ECKey`) in JDK has a `getParams()` method. It will be nice if this method is in `PublicKey` and `PrivateKey` (returning null by default) or a superclass so that it's available for all asymmetric keys. Once we have this method, even if a new algorithm is introduced in a future release, developers do not need to rewrite their applications to use any new algorithm-specific API.
- csr for
-
JDK-8318108 Introduce AsymmetricKey interface with a getParams method
- Closed
- relates to
-
JDK-8328501 Incorrect `@since` tags for java security interfaces
- Resolved