Uses of Interface
org.opensaml.xmlsec.KeyTransportAlgorithmPredicate
Packages that use KeyTransportAlgorithmPredicate
Package
Description
Configuration and support classes for security.
Implementation of configuration and parameter resolver classes.
-
Uses of KeyTransportAlgorithmPredicate in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return KeyTransportAlgorithmPredicateModifier and TypeMethodDescriptionEncryptionConfiguration.getKeyTransportAlgorithmPredicate()Get the instance ofKeyTransportAlgorithmPredicate. -
Uses of KeyTransportAlgorithmPredicate in org.opensaml.xmlsec.impl
Fields in org.opensaml.xmlsec.impl declared as KeyTransportAlgorithmPredicateModifier and TypeFieldDescriptionprivate KeyTransportAlgorithmPredicateBasicEncryptionConfiguration.keyTransportPredicateKey transport algorithm predicate.Methods in org.opensaml.xmlsec.impl that return KeyTransportAlgorithmPredicateModifier and TypeMethodDescriptionBasicEncryptionConfiguration.getKeyTransportAlgorithmPredicate()Get the instance ofKeyTransportAlgorithmPredicate.protected KeyTransportAlgorithmPredicateBasicEncryptionParametersResolver.resolveKeyTransportAlgorithmPredicate(CriteriaSet criteria) Resolve the optional effectively configured instance ofKeyTransportAlgorithmPredicateto use.Methods in org.opensaml.xmlsec.impl with parameters of type KeyTransportAlgorithmPredicateModifier and TypeMethodDescriptionprotected StringBasicEncryptionParametersResolver.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.BasicEncryptionConfiguration.setKeyTransportAlgorithmPredicate(KeyTransportAlgorithmPredicate predicate) Set the instance ofKeyTransportAlgorithmPredicate.