XML Digital Signature and Encryption, 1.0

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

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

Uses of EncryptionMethodParameterSpec in javax.xml.crypto.enc
 

Methods in javax.xml.crypto.enc with parameters of type EncryptionMethodParameterSpec
abstract  EncryptionMethod XMLEncryptionFactory.newEncryptionMethod(java.lang.String algorithm, java.lang.Integer keySize, EncryptionMethodParameterSpec params)
          Creates a EncryptionMethod for the specified algorithm URI, key size, and parameters.
 

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

Classes in javax.xml.crypto.enc.spec that implement EncryptionMethodParameterSpec
 class RSAOAEPParameterSpec
          Parameters for the XML Encryption RSA-OAEP 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