DHPrivateKeySpec


DHPrivateKeySpec javax.crypto.spec

Java 1.4

This java.security.spec.KeySpec is a transparent representation of a Diffie-Hellman private key.

Figure 17-19. javax.crypto.spec.DHPrivateKeySpec

 public class  DHPrivateKeySpec  implements java.security.spec.KeySpec {  // Public Constructors  public  DHPrivateKeySpec  (java.math.BigInteger  x  ,          java.math.BigInteger  p  ,          java.math.BigInteger  g  );  // Public Instance Methods  public java.math.BigInteger  getG  ( );        public java.math.BigInteger  getP  ( );        public java.math.BigInteger  getX  ( );   } 



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