|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.crypto.enc.spec.DHAgreementMethodParameterSpec
public class DHAgreementMethodParameterSpec
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 |
---|
public DHAgreementMethodParameterSpec(DigestMethod digestMethod)
digestMethod
- the digest method
java.lang.NullPointerException
- if the digest method is nullMethod Detail |
---|
public DigestMethod getDigestMethod()
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |