/[classpath]/classpath/java/security/interfaces/RSAPrivateCrtKey.java
ViewVC logotype

Diff of /classpath/java/security/interfaces/RSAPrivateCrtKey.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.5 by mkoch, Sun Oct 12 15:53:15 2003 UTC
# Line 54  public interface RSAPrivateCrtKey extend Line 54  public interface RSAPrivateCrtKey extend
54     *     *
55     * @return The public exponent for this key     * @return The public exponent for this key
56     */     */
57    public abstract BigInteger getPublicExponent();    BigInteger getPublicExponent();
58    
59    /**    /**
60     * Returns the primeP value     * Returns the primeP value
61     *     *
62     * @return The primeP value     * @return The primeP value
63     */     */
64    public abstract BigInteger getPrimeP();    BigInteger getPrimeP();
65    
66    /**    /**
67     * Returns the primeQ value     * Returns the primeQ value
68     *     *
69     * @return The primeQ value     * @return The primeQ value
70     */     */
71    public abstract BigInteger getPrimeQ();    BigInteger getPrimeQ();
72    
73    /**    /**
74     * Returns the primeExponentP     * Returns the primeExponentP
75     *     *
76     * @return The primeExponentP     * @return The primeExponentP
77     */     */
78    public abstract BigInteger getPrimeExponentP();    BigInteger getPrimeExponentP();
79    
80    /**    /**
81     * Returns the primeExponentQ     * Returns the primeExponentQ
82     *     *
83     * @return The primeExponentQ     * @return The primeExponentQ
84     */     */
85    public abstract BigInteger getPrimeExponentQ();    BigInteger getPrimeExponentQ();
86    
87    /**    /**
88     * Returns the CRT coefficient     * Returns the CRT coefficient
89     *     *
90     * @return The CRT coefficient     * @return The CRT coefficient
91     */     */
92    public abstract BigInteger getCrtCoefficient();    BigInteger getCrtCoefficient();
93  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26