public class IssuerEntry extends Object
| Constructor and Description |
|---|
IssuerEntry(int id,
org.xipki.security.X509Cert cert) |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.security.X509Cert |
getCert() |
int |
getCrlId() |
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 |
setCrlId(int crlId) |
void |
setRevocationInfo(Date revocationTime) |
public IssuerEntry(int id,
org.xipki.security.X509Cert 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 org.xipki.security.CertRevocationInfo getRevocationInfo()
public int getCrlId()
public void setCrlId(int crlId)
public Date getNotBefore()
public org.xipki.security.X509Cert getCert()
Copyright © 2023. All rights reserved.