public interface CertificateVerifier
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 |
---|---|
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.
|
void checkContent() throws CertificateException, CertificateExpiredException, SignatureException
String[] verifyContent()
boolean isSigned()
CertificateChain[] getChains()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.