public interface CertificateTrustAuthority
Modifier and Type | Method and Description |
---|---|
void |
addTrusted(Certificate[] certChain)
Add the specified certificate chain as a trusted certificate chain.
|
void |
checkTrust(Certificate[] certChain)
Determines if the certificates are trusted.
|
void checkTrust(Certificate[] certChain) throws CertificateException
CertificateException
if the specified certificate chain is not trusted.certChain
- a chain of certificatesCertificateException
- if the certficates are not trustedvoid addTrusted(Certificate[] certChain) throws CertificateException
certChain
- a chain of certificatesCertificateException
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.