public interface CertificateChain
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 |
---|---|
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
|
String getChain()
Certificate[] getCertificates()
Certificate getSigner()
Certificate getRoot()
boolean isTrusted()
Date getSigningTime()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.