Package | Description |
---|---|
edu.internet2.middleware.shibboleth.common.security |
Modifier and Type | Method and Description |
---|---|
protected void |
MetadataPKIXValidationInformationResolver.cachePKIXInfo(MetadataPKIXValidationInformationResolver.MetadataCacheKey cacheKey,
List<org.opensaml.xml.security.x509.PKIXValidationInformation> pkixInfo)
Adds resolved PKIX validation information to the cache.
|
protected void |
MetadataPKIXValidationInformationResolver.cacheTrustedNames(MetadataPKIXValidationInformationResolver.MetadataCacheKey cacheKey,
Set<String> names)
Adds resolved trusted name information to the cache.
|
protected List<org.opensaml.xml.security.x509.PKIXValidationInformation> |
MetadataPKIXValidationInformationResolver.retrievePKIXInfoFromCache(MetadataPKIXValidationInformationResolver.MetadataCacheKey cacheKey)
Retrieves pre-resolved PKIX validation information from the cache.
|
protected Set<String> |
MetadataPKIXValidationInformationResolver.retrieveTrustedNamesFromCache(MetadataPKIXValidationInformationResolver.MetadataCacheKey cacheKey)
Retrieves pre-resolved trusted names from the cache.
|
Copyright © 1999–2014. All rights reserved.