|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.encryption.EncryptionParameters
org.opensaml.xml.encryption.KeyEncryptionParameters
public class KeyEncryptionParameters
Parameters for encrypting keys.
| Constructor Summary | |
|---|---|
KeyEncryptionParameters()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRecipient()
Gets the recipient of the key. |
void |
setRecipient(java.lang.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 |
|---|
public KeyEncryptionParameters()
| Method Detail |
|---|
public java.lang.String getRecipient()
public void setRecipient(java.lang.String newRecipient)
newRecipient - the recipient of the key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||