XML Digital Signature and Encryption, 1.0

javax.xml.crypto.enc.spec
Class DHAgreementMethodParameterSpec

java.lang.Object
  extended by javax.xml.crypto.enc.spec.DHAgreementMethodParameterSpec
All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec, AgreementMethodParameterSpec

public class DHAgreementMethodParameterSpec
extends java.lang.Object
implements AgreementMethodParameterSpec

Algorithm parameters for XML Diffie-Hellman key agreement algorithm.


Constructor Summary
DHAgreementMethodParameterSpec(DigestMethod digestMethod)
          Creates an DHAgreementMethodParameterSpec with the specified digest method.
 
Method Summary
 DigestMethod getDigestMethod()
          Returns the digest method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHAgreementMethodParameterSpec

public DHAgreementMethodParameterSpec(DigestMethod digestMethod)
Creates an DHAgreementMethodParameterSpec with the specified digest method.

Parameters:
digestMethod - the digest method
Throws:
java.lang.NullPointerException - if the digest method is null
Method Detail

getDigestMethod

public DigestMethod getDigestMethod()
Returns the digest method.

Returns:
the digest method

XML Digital Signature and Encryption, 1.0

Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to: jsr-106-comments@jcp.org