XML Digital Signature and Encryption, 1.0

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

Packages that use ToBeEncrypted
javax.xml.crypto.enc   
javax.xml.crypto.enc.dom   
 

Uses of ToBeEncrypted in javax.xml.crypto.enc
 

Subinterfaces of ToBeEncrypted in javax.xml.crypto.enc
 interface ToBeEncryptedXML
          A representation of a ToBeEncrypted class that contains a XML Element or content of an Element
 

Classes in javax.xml.crypto.enc that implement ToBeEncrypted
 class ToBeEncryptedKey
          A representation of a ToBeEncrypted type containing a Key.
 class ToBeEncryptedOctetStream
          A representation of ToBeEncrypted containing the octet sequence
 

Methods in javax.xml.crypto.enc that return ToBeEncrypted
 ToBeEncrypted EncryptedType.getToBeEncrypted()
          Returns the data to be encrypted if there is any
 

Methods in javax.xml.crypto.enc with parameters of type ToBeEncrypted
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.
 

Uses of ToBeEncrypted in javax.xml.crypto.enc.dom
 

Classes in javax.xml.crypto.enc.dom that implement ToBeEncrypted
 class DOMToBeEncryptedXML
          A representation of the ToBeEncryptedXML class which contains a XML Element or content of an Element
 


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