org.opensaml.xml.encryption
Class KeyEncryptionParameters

java.lang.Object
  extended by org.opensaml.xml.encryption.EncryptionParameters
      extended by org.opensaml.xml.encryption.KeyEncryptionParameters

public class KeyEncryptionParameters
extends EncryptionParameters

Parameters for encrypting keys.


Constructor Summary
KeyEncryptionParameters()
          Constructor.
 
Method Summary
 String getRecipient()
          Gets the recipient of the key.
 void setRecipient(String newRecipient)
          Sets the recipient of the key.
 
Methods inherited from class org.opensaml.xml.encryption.EncryptionParameters
getAlgorithm, getEncryptionCredential, getKeyInfoGenerator, setAlgorithm, setEncryptionCredential, setKeyInfoGenerator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyEncryptionParameters

public KeyEncryptionParameters()
Constructor.

Method Detail

getRecipient

public String getRecipient()
Gets the recipient of the key. When generating an EncryptedKey, this will be used as the value of the Recipient attribute.

Returns:
the recipient of the key

setRecipient

public void setRecipient(String newRecipient)
Sets the recipient of the key. When generating an EncryptedKey, this will be used as the value of the Recipient attribute.

Parameters:
newRecipient - the recipient of the key


Copyright © 2006-2011 Internet2. All Rights Reserved.