Uses of Class
org.opensaml.xml.encryption.EncryptionParameters

Packages that use EncryptionParameters
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.security Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc. 
 

Uses of EncryptionParameters in org.opensaml.xml.encryption
 

Subclasses of EncryptionParameters in org.opensaml.xml.encryption
 class KeyEncryptionParameters
          Parameters for encrypting keys.
 

Methods in org.opensaml.xml.encryption with parameters of type EncryptionParameters
protected  void Encrypter.checkParams(EncryptionParameters encParams)
          Check data encryption parameters for consistency and required values.
protected  void Encrypter.checkParams(EncryptionParameters encParams, List<KeyEncryptionParameters> kekParamsList)
          Check the encryption parameters and key encryption parameters for valid combinations of options.
 EncryptedData Encrypter.encryptElement(XMLObject xmlObject, EncryptionParameters encParams)
          Encrypts the DOM representation of the XMLObject.
 EncryptedData Encrypter.encryptElement(XMLObject xmlObject, EncryptionParameters encParams, KeyEncryptionParameters kekParams)
          Encrypts the DOM representation of the XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey within the EncryptedData's KeyInfo.
 EncryptedData Encrypter.encryptElement(XMLObject xmlObject, EncryptionParameters encParams, List<KeyEncryptionParameters> kekParamsList)
          Encrypts the DOM representation of the XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey(s) within the EncryptedData's KeyInfo.
private  EncryptedData Encrypter.encryptElement(XMLObject xmlObject, EncryptionParameters encParams, List<KeyEncryptionParameters> kekParamsList, boolean encryptContentMode)
          Encrypts the given XMLObject using the specified encryption key, algorithm URI and content mode flag.
 EncryptedData Encrypter.encryptElementContent(XMLObject xmlObject, EncryptionParameters encParams)
          Encrypts the DOM representation of the content of an XMLObject.
 EncryptedData Encrypter.encryptElementContent(XMLObject xmlObject, EncryptionParameters encParams, KeyEncryptionParameters kekParams)
          Encrypts the DOM representation of the content of an XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey within the EncryptedData's KeyInfo..
 EncryptedData Encrypter.encryptElementContent(XMLObject xmlObject, EncryptionParameters encParams, List<KeyEncryptionParameters> kekParamsList)
          Encrypts the DOM representation of the content of an XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey(s) within the EncryptedData's KeyInfo..
 

Uses of EncryptionParameters in org.opensaml.xml.security
 

Methods in org.opensaml.xml.security that return EncryptionParameters
static EncryptionParameters SecurityHelper.buildDataEncryptionParams(Credential encryptionCredential, SecurityConfiguration config, String keyInfoGenName)
          Build an instance of EncryptionParameters suitable for passing to an Encrypter.
 



Copyright © 1999-2013. All Rights Reserved.