Uses of Class
org.opensaml.saml.security.impl.SAMLMDCredentialContext
-
Packages that use SAMLMDCredentialContext Package Description org.opensaml.saml.security.impl Classes related to verifying various credentials within a SAML system. -
-
Uses of SAMLMDCredentialContext in org.opensaml.saml.security.impl
Methods in org.opensaml.saml.security.impl with parameters of type SAMLMDCredentialContext Modifier and Type Method Description protected net.shibboleth.utilities.java.support.collection.Pair<String,org.opensaml.saml.saml2.metadata.EncryptionMethod>SAMLMetadataEncryptionParametersResolver. resolveDataEncryptionAlgorithm(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria, Predicate<String> whitelistBlacklistPredicate, SAMLMDCredentialContext metadataCredContext)Determine the data encryption algorithm URI to use, also returning the associatedEncryptionMethodfrom metadata if relevant.protected net.shibboleth.utilities.java.support.collection.Pair<String,org.opensaml.saml.saml2.metadata.EncryptionMethod>SAMLMetadataEncryptionParametersResolver. resolveKeyTransportAlgorithm(org.opensaml.security.credential.Credential keyTransportCredential, net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria, Predicate<String> whitelistBlacklistPredicate, String dataEncryptionAlgorithm, SAMLMDCredentialContext metadataCredContext)Determine the key transport algorithm URI to use with the specified credential, also returning the associatedEncryptionMethodfrom metadata if relevant.
-