public class IssuerEntry extends Object
| Constructor and Description |
|---|
IssuerEntry(int id,
X509Certificate cert) |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCert() |
CrlInfo |
getCrlInfo() |
byte[] |
getEncodedHash(org.xipki.security.HashAlgo hashAlgo) |
int |
getId() |
Date |
getNotBefore() |
org.xipki.security.CertRevocationInfo |
getRevocationInfo() |
boolean |
matchHash(org.xipki.ocsp.api.RequestIssuer reqIssuer) |
void |
setCrlInfo(CrlInfo crlInfo) |
void |
setRevocationInfo(Date revocationTime) |
public IssuerEntry(int id,
X509Certificate cert)
throws CertificateEncodingException
CertificateEncodingExceptionpublic int getId()
public byte[] getEncodedHash(org.xipki.security.HashAlgo hashAlgo)
public boolean matchHash(org.xipki.ocsp.api.RequestIssuer reqIssuer)
public void setRevocationInfo(Date revocationTime)
public void setCrlInfo(CrlInfo crlInfo)
public CrlInfo getCrlInfo()
public org.xipki.security.CertRevocationInfo getRevocationInfo()
public Date getNotBefore()
public X509Certificate getCert()
Copyright © 2018. All rights reserved.