Package | Description |
---|---|
org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
Modifier and Type | Method and Description |
---|---|
protected net.shibboleth.utilities.java.support.collection.Pair<String,EncryptionMethod> |
SAMLMetadataEncryptionParametersResolver.resolveDataEncryptionAlgorithm(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria,
com.google.common.base.Predicate<String> whitelistBlacklistPredicate,
SAMLMDCredentialContext metadataCredContext)
Determine the data encryption algorithm URI to use, also returning the associated
EncryptionMethod from metadata if relevant. |
protected net.shibboleth.utilities.java.support.collection.Pair<String,EncryptionMethod> |
SAMLMetadataEncryptionParametersResolver.resolveKeyTransportAlgorithm(Credential keyTransportCredential,
net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria,
com.google.common.base.Predicate<String> whitelistBlacklistPredicate,
String dataEncryptionAlgorithm,
SAMLMDCredentialContext metadataCredContext)
Determine the key transport algorithm URI to use with the specified credential, also returning the associated
EncryptionMethod from metadata if relevant. |
Copyright © 2017. All rights reserved.