jdk/src/share/classes/java/security/KeyFactory.java
changeset 19828 b4f91bc595fe
parent 18579 b678846778ad
equal deleted inserted replaced
19827:082c76535c1f 19828:b4f91bc595fe
   393      * the key material should be returned. It could, for example, be
   393      * the key material should be returned. It could, for example, be
   394      * {@code DSAPublicKeySpec.class}, to indicate that the
   394      * {@code DSAPublicKeySpec.class}, to indicate that the
   395      * key material should be returned in an instance of the
   395      * key material should be returned in an instance of the
   396      * {@code DSAPublicKeySpec} class.
   396      * {@code DSAPublicKeySpec} class.
   397      *
   397      *
       
   398      * @param <T> the type of the key specification to be returned
       
   399      *
   398      * @param key the key.
   400      * @param key the key.
   399      *
   401      *
   400      * @param keySpec the specification class in which
   402      * @param keySpec the specification class in which
   401      * the key material should be returned.
   403      * the key material should be returned.
   402      *
   404      *