mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8285263: Minor cleanup could be done in java.security
Reviewed-by: weijun
This commit is contained in:
parent
b97a4f6cdc
commit
17695962ac
94 changed files with 480 additions and 601 deletions
|
@ -41,7 +41,7 @@ import sun.security.jca.GetInstance.Instance;
|
|||
* (transparent representations of the underlying key material), and vice
|
||||
* versa.
|
||||
*
|
||||
* <P> Key factories are bi-directional. That is, they allow you to build an
|
||||
* <P> Key factories are bidirectional. That is, they allow you to build an
|
||||
* opaque key object from a given key specification (key material), or to
|
||||
* retrieve the underlying key material of a key object in a suitable format.
|
||||
*
|
||||
|
@ -158,7 +158,7 @@ public class KeyFactory {
|
|||
* {@code jdk.security.provider.preferred}
|
||||
* {@link Security#getProperty(String) Security} property to determine
|
||||
* the preferred provider order for the specified algorithm. This
|
||||
* may be different than the order of providers returned by
|
||||
* may be different from the order of providers returned by
|
||||
* {@link Security#getProviders() Security.getProviders()}.
|
||||
*
|
||||
* @param algorithm the name of the requested key algorithm.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue