|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CertificateChain
This class represents a chain of certificates.
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 | |
|---|---|
Certificate[] |
getCertificates()
Retruns all certificates in this certificate chain |
String |
getChain()
Returns the list of X500 distinguished names that make up the certificate chain. |
Certificate |
getRoot()
Returns the root certificate of the certificate chain |
Certificate |
getSigner()
Returns the first certificate of the certificate chain |
Date |
getSigningTime()
Return the signing time for this signer. |
boolean |
isTrusted()
Returns true if this certificate chain is trusted |
| Method Detail |
|---|
String getChain()
Certificate[] getCertificates()
Certificate getSigner()
Certificate getRoot()
boolean isTrusted()
Date getSigningTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||