|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CertificateVerifierFactory
A factory used to create certificate verifiers.
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.
| Method Summary | |
|---|---|
CertificateVerifier |
getVerifier(Bundle bundle)
Returns a certificate verifier for the specified bundle. |
CertificateVerifier |
getVerifier(java.io.File content)
Creates a certificate verifier for the specified content of a repository |
| Method Detail |
|---|
CertificateVerifier getVerifier(java.io.File content)
throws java.io.IOException
content - the content of the repository
java.io.IOException - if an IO exception occurs while reading the repository
CertificateVerifier getVerifier(Bundle bundle)
throws java.io.IOException
bundle - the bundle to get a verifier for
java.io.IOException - if an IO exception occurs while reading the bundle content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||