javax.xml.crypto.enc.spec
Class DHAgreementMethodParameterSpec
- java.lang.Object
javax.xml.crypto.enc.spec.DHAgreementMethodParameterSpec
All implemented interfaces:
java.security.spec.AlgorithmParameterSpec, AgreementMethodParameterSpec
- public class DHAgreementMethodParameterSpec
- extends java.lang.Object
- implements AgreementMethodParameterSpec
Constructor Summary
| Constructor and Description |
|---|
DHAgreementMethodParameterSpec(DigestMethod digestMethod)
Creates an DHAgreementMethodParameterSpec with the specified digest
method.
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
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