public class IssuerInfo extends Object
| Constructor and Description |
|---|
IssuerInfo(List<String> caIssuerUrls,
List<String> ocspUrls,
List<String> crlUrls,
List<String> deltaCrlUrls,
byte[] certBytes,
boolean cutoffNotAfter) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCaIssuerUrls() |
Date |
getCaNotAfter() |
Date |
getCaNotBefore() |
org.xipki.security.X509Cert |
getCert() |
Set<String> |
getCrlUrls() |
Set<String> |
getDeltaCrlUrls() |
Set<String> |
getOcspUrls() |
byte[] |
getSubjectKeyIdentifier() |
boolean |
isCutoffNotAfter() |
public IssuerInfo(List<String> caIssuerUrls, List<String> ocspUrls, List<String> crlUrls, List<String> deltaCrlUrls, byte[] certBytes, boolean cutoffNotAfter) throws CertificateException
CertificateExceptionCopyright © 2020. All rights reserved.