jdk/src/share/classes/java/security/interfaces/RSAPrivateKey.java
changeset 19828 b4f91bc595fe
parent 5506 202f599c92aa
equal deleted inserted replaced
19827:082c76535c1f 19828:b4f91bc595fe
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    37  */
    37  */
    38 
    38 
    39 public interface RSAPrivateKey extends java.security.PrivateKey, RSAKey
    39 public interface RSAPrivateKey extends java.security.PrivateKey, RSAKey
    40 {
    40 {
    41 
    41 
       
    42     /**
       
    43      * The type fingerprint that is set to indicate
       
    44      * serialization compatibility with a previous
       
    45      * version of the type.
       
    46      */
    42     static final long serialVersionUID = 5187144804936595022L;
    47     static final long serialVersionUID = 5187144804936595022L;
    43 
    48 
    44     /**
    49     /**
    45      * Returns the private exponent.
    50      * Returns the private exponent.
    46      *
    51      *