Package org.xipki.qa.ca
Class IssuerInfo
- java.lang.Object
-
- org.xipki.qa.ca.IssuerInfo
-
public class IssuerInfo extends Object
Certificate issuer information.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getCaIssuerUrls()InstantgetCaNotAfter()InstantgetCaNotBefore()org.xipki.security.X509CertgetCert()Set<String>getCrlUrls()Set<String>getDeltaCrlUrls()Set<String>getOcspUrls()byte[]getSubjectKeyIdentifier()booleanisCutoffNotAfter()
-
-
-
Constructor Detail
-
IssuerInfo
public IssuerInfo(List<String> caIssuerUrls, List<String> ocspUrls, List<String> crlUrls, List<String> deltaCrlUrls, byte[] certBytes, boolean cutoffNotAfter) throws CertificateException
- Throws:
CertificateException
-
-