XML Digital Signature and Encryption, 1.0

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

Packages that use XMLDecryptContext
javax.xml.crypto.enc   
javax.xml.crypto.enc.dom   
javax.xml.crypto.enc.keyinfo   
 

Uses of XMLDecryptContext in javax.xml.crypto.enc
 

Methods in javax.xml.crypto.enc with parameters of type XMLDecryptContext
 java.io.InputStream EncryptedData.decrypt(XMLDecryptContext context)
          Decrypts the CipherData in this EncryptedData.
 java.io.InputStream EncryptedType.decrypt(XMLDecryptContext context)
          Decrypts the CipherData in this EncryptedData.
 void EncryptedData.decryptAndReplace(XMLDecryptContext context)
          Decrypts the CipherData in this EncryptedData and replace the EncryptedData with the decrypted data or element
abstract  EncryptedType XMLEncryptionFactory.unmarshalEncryptedType(XMLDecryptContext context)
          Unmarshals a new EncryptedType instance from a mechanism-specific XMLDecryptContext instance.
 

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

Classes in javax.xml.crypto.enc.dom that implement XMLDecryptContext
 class DOMDecryptContext
          A DOM-specific XMLDecryptContext for decrypting.
 

Uses of XMLDecryptContext in javax.xml.crypto.enc.keyinfo
 

Methods in javax.xml.crypto.enc.keyinfo with parameters of type XMLDecryptContext
 java.io.InputStream EncryptedKey.decrypt(XMLDecryptContext context)
          Decrypts the CipherData in this EncryptedKey.
 java.security.Key EncryptedKey.decryptKey(XMLDecryptContext context, AlgorithmMethod alg)
          Decrypts the CipherData in this EncryptedKey and returns the decrypted key as a Key object.
 


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