< prev index next >

src/java.base/share/classes/java/security/PublicKey.java

Print this page

        

*** 32,41 **** --- 32,42 ---- * * Note: The specialized public key interfaces extend this interface. * See, for example, the DSAPublicKey interface in * {@code java.security.interfaces}. * + * @since 1.1 * @see Key * @see PrivateKey * @see Certificate * @see Signature#initVerify * @see java.security.interfaces.DSAPublicKey
< prev index next >