public class OcspCertPublisher
extends org.xipki.ca.api.publisher.CertPublisher
| Constructor and Description |
|---|
OcspCertPublisher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
caAdded(org.xipki.security.X509Cert issuer) |
boolean |
caRevoked(org.xipki.security.X509Cert caCert,
org.xipki.security.CertRevocationInfo revInfo) |
boolean |
caUnrevoked(org.xipki.security.X509Cert caCert) |
boolean |
certificateAdded(org.xipki.ca.api.CertificateInfo certInfo) |
boolean |
certificateRemoved(org.xipki.security.X509Cert issuerCert,
org.xipki.ca.api.CertWithDbId cert) |
boolean |
certificateRevoked(org.xipki.security.X509Cert caCert,
org.xipki.ca.api.CertWithDbId cert,
String certprofile,
org.xipki.security.CertRevocationInfo revInfo) |
boolean |
certificateUnrevoked(org.xipki.security.X509Cert caCert,
org.xipki.ca.api.CertWithDbId cert) |
void |
close() |
boolean |
crlAdded(org.xipki.security.X509Cert caCert,
X509CRL crl) |
void |
initialize(String conf,
org.xipki.password.PasswordResolver passwordResolver,
Map<String,org.xipki.util.FileOrValue> datasourceConfs) |
boolean |
isAsyn() |
boolean |
isHealthy() |
boolean |
publishsGoodCert() |
public void initialize(String conf, org.xipki.password.PasswordResolver passwordResolver, Map<String,org.xipki.util.FileOrValue> datasourceConfs) throws org.xipki.ca.api.publisher.CertPublisherException
initialize in class org.xipki.ca.api.publisher.CertPublisherorg.xipki.ca.api.publisher.CertPublisherExceptionpublic boolean caAdded(org.xipki.security.X509Cert issuer)
caAdded in class org.xipki.ca.api.publisher.CertPublisherpublic boolean certificateAdded(org.xipki.ca.api.CertificateInfo certInfo)
certificateAdded in class org.xipki.ca.api.publisher.CertPublisherpublic boolean certificateRevoked(org.xipki.security.X509Cert caCert,
org.xipki.ca.api.CertWithDbId cert,
String certprofile,
org.xipki.security.CertRevocationInfo revInfo)
certificateRevoked in class org.xipki.ca.api.publisher.CertPublisherpublic boolean certificateUnrevoked(org.xipki.security.X509Cert caCert,
org.xipki.ca.api.CertWithDbId cert)
certificateUnrevoked in class org.xipki.ca.api.publisher.CertPublisherpublic boolean crlAdded(org.xipki.security.X509Cert caCert,
X509CRL crl)
crlAdded in class org.xipki.ca.api.publisher.CertPublisherpublic boolean isHealthy()
isHealthy in class org.xipki.ca.api.publisher.CertPublisherpublic boolean caRevoked(org.xipki.security.X509Cert caCert,
org.xipki.security.CertRevocationInfo revInfo)
caRevoked in class org.xipki.ca.api.publisher.CertPublisherpublic boolean caUnrevoked(org.xipki.security.X509Cert caCert)
caUnrevoked in class org.xipki.ca.api.publisher.CertPublisherpublic boolean certificateRemoved(org.xipki.security.X509Cert issuerCert,
org.xipki.ca.api.CertWithDbId cert)
certificateRemoved in class org.xipki.ca.api.publisher.CertPublisherpublic boolean isAsyn()
isAsyn in class org.xipki.ca.api.publisher.CertPublisherpublic boolean publishsGoodCert()
publishsGoodCert in class org.xipki.ca.api.publisher.CertPublisherpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class org.xipki.ca.api.publisher.CertPublisherCopyright © 2020. All rights reserved.