XML Digital Signature and Encryption, 1.0

Uses of Interface
javax.xml.crypto.enc.spec.AgreementMethodParameterSpec

Packages that use AgreementMethodParameterSpec
javax.xml.crypto.enc   
javax.xml.crypto.enc.spec   
 

Uses of AgreementMethodParameterSpec in javax.xml.crypto.enc
 

Methods in javax.xml.crypto.enc with parameters of type AgreementMethodParameterSpec
abstract  AgreementMethod XMLEncryptionFactory.newAgreementMethod(java.lang.String algorithm, byte[] kaNonce, KeyInfo originatorKeyInfo, KeyInfo recipientKeyInfo, AgreementMethodParameterSpec params)
          Creates an AgreementMethod.
 

Uses of AgreementMethodParameterSpec in javax.xml.crypto.enc.spec
 

Classes in javax.xml.crypto.enc.spec that implement AgreementMethodParameterSpec
 class DHAgreementMethodParameterSpec
          Algorithm parameters for XML Diffie-Hellman key agreement algorithm.
 


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