XML Digital Signature and Encryption, 1.0

Uses of Interface
javax.xml.crypto.enc.EncryptionProperties

Packages that use EncryptionProperties
javax.xml.crypto.enc   
 

Uses of EncryptionProperties in javax.xml.crypto.enc
 

Methods in javax.xml.crypto.enc that return EncryptionProperties
 EncryptionProperties EncryptedType.getEncryptionProperties()
          Returns the encryption properties associated with this encrypted type.
abstract  EncryptionProperties XMLEncryptionFactory.newEncryptionProperties(java.util.List properties, java.lang.String id)
          Creates a EncryptionProperties containing the specified list of EncryptionPropertys and optional id.
 

Methods in javax.xml.crypto.enc with parameters of type EncryptionProperties
abstract  EncryptedData XMLEncryptionFactory.newEncryptedData(ToBeEncrypted toBeEncrypted, EncryptionMethod encMethod, KeyInfo keyInfo, EncryptionProperties properties, java.lang.String id)
          Creates an EncryptedData which contains a CipherValue.
abstract  EncryptedData XMLEncryptionFactory.newEncryptedData(ToBeEncrypted toBeEncrypted, EncryptionMethod encMethod, KeyInfo keyInfo, EncryptionProperties properties, java.lang.String id, CipherReference cipherRef)
          Creates an EncryptedData which contains a CiphereReference.
abstract  EncryptedKey XMLEncryptionFactory.newEncryptedKey(ToBeEncryptedKey key, EncryptionMethod encMethod, KeyInfo keyInfo, EncryptionProperties properties, java.util.List references, java.lang.String id, java.lang.String carriedKeyName, java.lang.String recipient)
          Creates an EncryptedKey which contains a CipherValue.
abstract  EncryptedKey XMLEncryptionFactory.newEncryptedKey(ToBeEncryptedKey key, EncryptionMethod encMethod, KeyInfo keyInfo, EncryptionProperties properties, java.util.List references, java.lang.String id, java.lang.String carriedKeyName, java.lang.String recipient, CipherReference cipherRef)
          Creates an EncryptedKey.
 


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