Package | Description |
---|---|
org.opensaml.xmlsec.context |
Message context classes for XML Security.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
Modifier and Type | Field and Description |
---|---|
private EncryptionParameters |
SecurityParametersContext.encryptionParameters
Encryption parameters.
|
Modifier and Type | Method and Description |
---|---|
EncryptionParameters |
SecurityParametersContext.getEncryptionParameters()
Get the parameters to use for XML encryption operations.
|
Modifier and Type | Method and Description |
---|---|
SecurityParametersContext |
SecurityParametersContext.setEncryptionParameters(EncryptionParameters params)
Set the parameters to use for XML encryption operations.
|
Constructor and Description |
---|
DataEncryptionParameters(EncryptionParameters params)
Convenience constructor which allows copying the relevant data encryption parameters from
an instance of
EncryptionParameters . |
KeyEncryptionParameters(EncryptionParameters params,
String recipientId)
Convenience constructor which allows copying the relevant key encryption parameters from
an instance of
EncryptionParameters . |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.