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.


Field Summary
private  String recipient
          Recipient of the key.
 
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
 

Field Detail

recipient

private String recipient
Recipient of the key.

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 © 1999-2013. All Rights Reserved.