DHKey


DHKey javax.crypto.interfaces

Java 1.4

This interface represents a Diffie-Hellman key. The javax.crypto.spec.DHParameterSpec returned by getParams( ) specifies the parameters that generate the key; they define a key family. See the subinterfaces DHPublicKey and DHPrivateKey for the actual key values.

 public interface  DHKey  {  // Public Instance Methods  javax.crypto.spec.DHParameterSpec  getParams  ( );   } 

Implementations

DHPrivateKey , DHPublicKey



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