|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.encryption.EncryptionParameters
public class EncryptionParameters
Parameters for encrypting XMLObjects.
| Constructor Summary | |
|---|---|
EncryptionParameters()
Constructor. |
|
| Method Summary | |
|---|---|
String |
getAlgorithm()
Gets the XML Encryption algorithm URI used to encrypt. |
Credential |
getEncryptionCredential()
Gets the credential used to encrypt. |
KeyInfoGenerator |
getKeyInfoGenerator()
Gets the instance which will be used to generate a KeyInfo object from the encryption credential. |
void |
setAlgorithm(String newAlgorithm)
Sets the XML Encryption algorithm URI used to encrypt. |
void |
setEncryptionCredential(Credential newEncryptionCredential)
Sets the credential used to encrypt. |
void |
setKeyInfoGenerator(KeyInfoGenerator newKeyInfoGenerator)
Sets the instance which will be used to generate a KeyInfo object from the encryption credential. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncryptionParameters()
| Method Detail |
|---|
public String getAlgorithm()
public void setAlgorithm(String newAlgorithm)
newAlgorithm - the algorithm URI used to encryptpublic Credential getEncryptionCredential()
public void setEncryptionCredential(Credential newEncryptionCredential)
newEncryptionCredential - the credential used to encryptpublic KeyInfoGenerator getKeyInfoGenerator()
public void setKeyInfoGenerator(KeyInfoGenerator newKeyInfoGenerator)
newKeyInfoGenerator - the new generator instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||