public class ERevokedCertificateElement extends BaseASNWrapper<TBSCertList_revokedCertificates_element>
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
mObject
Constructor and Description |
---|
ERevokedCertificateElement(java.math.BigInteger userCertificate,
ETime revocationDate) |
ERevokedCertificateElement(TBSCertList_revokedCertificates_element aElement) |
Modifier and Type | Method and Description |
---|---|
EExtensions |
getCrlEntryExtensions() |
int |
getCRLReason() |
java.util.Date |
getRevocationDate() |
java.math.BigInteger |
getUserCertificate() |
void |
setCrlEntryExtensions(EExtensions crlEntryExtensions) |
clone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArray
public ERevokedCertificateElement(TBSCertList_revokedCertificates_element aElement)
public ERevokedCertificateElement(java.math.BigInteger userCertificate, ETime revocationDate)
public java.math.BigInteger getUserCertificate()
public java.util.Date getRevocationDate()
public EExtensions getCrlEntryExtensions()
public void setCrlEntryExtensions(EExtensions crlEntryExtensions)
public int getCRLReason()
Copyright © 2025. All rights reserved.