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

Packages that use KeyEncryptionParameters
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 KeyEncryptionParameters in org.opensaml.xml.encryption
 

Methods in org.opensaml.xml.encryption with parameters of type KeyEncryptionParameters
protected  void Encrypter.checkParams(KeyEncryptionParameters kekParams, boolean allowEmpty)
          Check key encryption parameters for consistency and required values.
 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.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..
 EncryptedKey Encrypter.encryptKey(java.security.Key key, KeyEncryptionParameters kekParams, org.w3c.dom.Document containingDocument)
          Encrypts a key.
 

Method parameters in org.opensaml.xml.encryption with type arguments of type KeyEncryptionParameters
protected  void Encrypter.checkParams(EncryptionParameters encParams, java.util.List<KeyEncryptionParameters> kekParamsList)
          Check the encryption parameters and key encryption parameters for valid combinations of options.
protected  void Encrypter.checkParams(java.util.List<KeyEncryptionParameters> kekParamsList, boolean allowEmpty)
          Check a list of key encryption parameters for consistency and required values.
 EncryptedData Encrypter.encryptElement(XMLObject xmlObject, EncryptionParameters encParams, java.util.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.
 EncryptedData Encrypter.encryptElementContent(XMLObject xmlObject, EncryptionParameters encParams, java.util.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..
 java.util.List<EncryptedKey> Encrypter.encryptKey(java.security.Key key, java.util.List<KeyEncryptionParameters> kekParamsList, org.w3c.dom.Document containingDocument)
          Encrypts a key once for each key encryption parameters set that is supplied.
 

Uses of KeyEncryptionParameters in org.opensaml.xml.security
 

Methods in org.opensaml.xml.security that return KeyEncryptionParameters
static KeyEncryptionParameters SecurityHelper.buildKeyEncryptionParams(Credential encryptionCredential, java.lang.String wrappedKeyAlgorithm, SecurityConfiguration config, java.lang.String keyInfoGenName, java.lang.String recipient)
          Build an instance of KeyEncryptionParameters suitable for passing to an Encrypter.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.