Class PlainStoreUtils
java.lang.Object
eu.emi.security.authn.x509.helpers.pkipath.PlainStoreUtils
Class for CA or CRL stores with utility methods for handling list
of locations as wildcards or URLs.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
establishWildcardLocations
(String wildcard) resolves one wildcard and add results to the resolvedWildcardLocations listvoid
resolves all wildcardsgetCacheFile
(URL url) boolean
void
saveCacheFile
(byte[] what, URL url)
-
Field Details
-
diskPath
-
suffix
-
srcLocations
-
wildcardLocations
-
urlLocations
-
resolvedWildcardLocations
-
-
Constructor Details
-
PlainStoreUtils
-
-
Method Details
-
getCacheFile
- Throws:
URISyntaxException
-
saveCacheFile
- Throws:
URISyntaxException
IOException
-
establishWildcardLocations
resolves one wildcard and add results to the resolvedWildcardLocations list- Parameters:
wildcard
-
-
establishWildcardsLocations
public void establishWildcardsLocations()resolves all wildcards -
isPresent
-
getResolvedWildcards
-
getURLLocations
-
getLocations
-