|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CertificateVerifier
A certificate verifier is used to verify the authenticity of a signed
repository. A certificate verifier is created using a
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.
| Method Summary | |
|---|---|
void |
checkContent()
Verify the content of the repository. |
CertificateChain[] |
getChains()
Returns all certificate chains of the repository. |
boolean |
isSigned()
Returns true if the repository is signed |
String[] |
verifyContent()
Verifies the content of the repository. |
| Method Detail |
|---|
void checkContent()
throws CertificateException,
CertificateExpiredException,
SignatureException
CertificateException
CertificateExpiredException
CertificateParsingException
SignatureExceptionString[] verifyContent()
boolean isSigned()
CertificateChain[] getChains()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||