|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CertificateTrustAuthority
A CertificateTrustAuthority is used to check if certificate chains are trusted.
| Method Summary | |
|---|---|
void |
addTrusted(java.security.cert.Certificate[] certChain)
Add the specified certificate chain as a trusted certificate chain. |
void |
checkTrust(java.security.cert.Certificate[] certChain)
Determines if the certificates are trusted. |
| Method Detail |
|---|
void checkTrust(java.security.cert.Certificate[] certChain)
throws java.security.cert.CertificateException
CertificateException if the specified certificate chain is not trusted.
certChain - a chain of certificates
java.security.cert.CertificateException - if the certficates are not trusted
void addTrusted(java.security.cert.Certificate[] certChain)
throws java.security.cert.CertificateException
certChain - a chain of certificates
java.security.cert.CertificateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||