jdk/src/java.base/share/classes/java/security/interfaces/DSAPublicKey.java
changeset 45434 4582657c7260
parent 25859 3317bb8137f4
equal deleted inserted replaced
45433:01ecdcf197df 45434:4582657c7260
    35  * @see java.security.Signature
    35  * @see java.security.Signature
    36  * @see DSAKey
    36  * @see DSAKey
    37  * @see DSAPrivateKey
    37  * @see DSAPrivateKey
    38  *
    38  *
    39  * @author Benjamin Renaud
    39  * @author Benjamin Renaud
       
    40  * @since 1.1
    40  */
    41  */
    41 public interface DSAPublicKey extends DSAKey, java.security.PublicKey {
    42 public interface DSAPublicKey extends DSAKey, java.security.PublicKey {
    42 
    43 
    43     // Declare serialVersionUID to be compatible with JDK1.1
    44     // Declare serialVersionUID to be compatible with JDK1.1
    44 
    45