| Package | Description |
|---|---|
| org.opensaml.xmlsec |
Configuration and support classes for security.
|
| org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
| Modifier and Type | Method and Description |
|---|---|
KeyTransportAlgorithmPredicate |
EncryptionConfiguration.getKeyTransportAlgorithmPredicate()
Get the instance of
KeyTransportAlgorithmPredicate. |
| Modifier and Type | Field and Description |
|---|---|
private KeyTransportAlgorithmPredicate |
BasicEncryptionConfiguration.keyTransportPredicate
Key transport algorithm predicate.
|
| Modifier and Type | Method and Description |
|---|---|
KeyTransportAlgorithmPredicate |
BasicEncryptionConfiguration.getKeyTransportAlgorithmPredicate()
Get the instance of
KeyTransportAlgorithmPredicate. |
protected KeyTransportAlgorithmPredicate |
BasicEncryptionParametersResolver.resolveKeyTransportAlgorithmPredicate(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria)
Resolve the optional effectively configured instance of
KeyTransportAlgorithmPredicate to use. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
BasicEncryptionParametersResolver.resolveKeyTransportAlgorithm(Credential keyTransportCredential,
java.util.List<java.lang.String> keyTransportAlgorithms,
java.lang.String dataEncryptionAlgorithm,
KeyTransportAlgorithmPredicate keyTransportPredicate)
Determine the key transport encryption algorithm URI to use with the specified key transport credential
and optional data encryption algorithm URI.
|
void |
BasicEncryptionConfiguration.setKeyTransportAlgorithmPredicate(KeyTransportAlgorithmPredicate predicate)
Set the instance of
KeyTransportAlgorithmPredicate. |