Class sun.security.jsafe.AlgIdDH
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.security.jsafe.AlgIdDH

java.lang.Object
   |
   +----java.security.Algorithm
           |
           +----sun.security.x509.AlgorithmId
                   |
                   +----sun.security.jsafe.AlgIdDH

public class AlgIdDH
extends AlgorithmId
This class identifies Diffie-Hellman Algorithm variants, which are distinguished using different algorithm parameters P, G, and optionally by fixing the length of the private key. Algorithm parameters are as defined by PKCS #3.

NOTE: At this time, Diffie-Hellman Algorithm IDs must always include these parameters. Use of Diffie-Hellman in modes where parameters are either implicit (e.g. a default applicable to a site or a larger scope), or are derived from some Certificate Authority's Diffie-Hellman certificate, is not currently supported.


Constructor Index

 o AlgIdDH()

Method Index

 o paramsToString()
 o parseParams()

Constructors

 o AlgIdDH
  public AlgIdDH()

Methods

 o parseParams
  protected void parseParams() throws IOException
Overrides:
parseParams in class AlgorithmId
 o paramsToString
  protected String paramsToString()
Overrides:
paramsToString in class AlgorithmId

All Packages  Class Hierarchy  This Package  Previous  Next  Index