RSAMultiPrimePrivateCrtKey


RSAMultiPrimePrivateCrtKey java.security.interfaces

Java 1.4 serializable

This interface extends RSAPrivateKey and provides a decomposition of the private key into the various numbers used to create it. This interface is very similar to RSAPrivateCrtKey , except that it is used to represent RSA private keys that are based on more than two prime factors, and implements the addition getOtherPrimeInfo( ) method to return information about these additional prime numbers.

Figure 14-80. java.security.interfaces.RSAMultiPrimePrivateCrtKey

 public interface  RSAMultiPrimePrivateCrtKey  extends RSAPrivateKey {  // Public Constants   5.0  public static final long  serialVersionUID  ;  =618058533534628008   // Public Instance Methods  java.math.BigInteger  getCrtCoefficient  ( );        java.security.spec.RSAOtherPrimeInfo[ ]  getOtherPrimeInfo  ( );        java.math.BigInteger  getPrimeExponentP  ( );        java.math.BigInteger  getPrimeExponentQ  ( );        java.math.BigInteger  getPrimeP  ( );        java.math.BigInteger  getPrimeQ  ( );        java.math.BigInteger  getPublicExponent  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net