Package org.xipki.ca.server
Class CtLogClient
- java.lang.Object
-
- org.xipki.ca.server.CtLogClient
-
public class CtLogClient extends Object
Certificate transparency (CT) log client.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CtLogClient(List<String> serverUrls, org.xipki.util.http.SslContextConf sslContextConf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xipki.security.ctlog.CtLog.SignedCertificateTimestampListgetCtLogScts(org.bouncycastle.cert.X509CertificateHolder precert, org.xipki.security.X509Cert caCert, List<org.xipki.security.X509Cert> certchain, CtLogPublicKeyFinder publicKeyFinder)
-
-
-
Method Detail
-
getCtLogScts
public org.xipki.security.ctlog.CtLog.SignedCertificateTimestampList getCtLogScts(org.bouncycastle.cert.X509CertificateHolder precert, org.xipki.security.X509Cert caCert, List<org.xipki.security.X509Cert> certchain, CtLogPublicKeyFinder publicKeyFinder) throws org.xipki.pki.OperationException- Throws:
org.xipki.pki.OperationException
-
-