public interface CertificateVerifierFactory
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the equinox team.
Modifier and Type | Method and Description |
---|---|
CertificateVerifier |
getVerifier(Bundle bundle)
Returns a certificate verifier for the specified bundle.
|
CertificateVerifier |
getVerifier(File content)
Creates a certificate verifier for the specified content of a repository
|
CertificateVerifier getVerifier(File content) throws IOException
content
- the content of the repositoryIOException
- if an IO exception occurs while reading the repositoryCertificateVerifier getVerifier(Bundle bundle) throws IOException
bundle
- the bundle to get a verifier forIOException
- if an IO exception occurs while reading the bundle contentCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.