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 | 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 String |
BasicEncryptionParametersResolver.resolveKeyTransportAlgorithm(Credential keyTransportCredential,
List<String> keyTransportAlgorithms,
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 . |
Copyright © 2016. All rights reserved.