RSAPrivateKeySpec


RSAPrivateKeySpec java.security.spec

Java 1.2

This class is a transparent representation of an RSA private key.

Figure 14-102. java.security.spec.RSAPrivateKeySpec

 public class  RSAPrivateKeySpec  implements KeySpec {  // Public Constructors  public  RSAPrivateKeySpec  (java.math.BigInteger  modulus  ,          java.math.BigInteger  privateExponent  );  // Public Instance Methods  public java.math.BigInteger  getModulus  ( );        public java.math.BigInteger  getPrivateExponent  ( );   } 

Subclasses

RSAMultiPrimePrivateCrtKeySpec , RSAPrivateCrtKeySpec



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