public class ECRL extends BaseASNWrapper<CertificateList>
mObject| Constructor and Description |
|---|
ECRL(byte[] aCRLArray) |
ECRL(CertificateList aCertificateList) |
ECRL(ETBSCertList aTbsCertList,
EAlgorithmIdentifier aSignatureAlgorithm,
byte[] aSignature) |
ECRL(java.io.File aFile) |
ECRL(java.io.InputStream aCRLStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(ECertificate aCertificate) |
ECertificateIssuer |
getCertificateIssuer(int aIndex) |
EExtensions |
getCRLExtensions() |
java.math.BigInteger |
getCRLNumber() |
EName |
getIssuer() |
java.util.Calendar |
getNextUpdate() |
ERevokedCertificateElement |
getRevokedCerticateElement(int aIndex) |
int |
getRevokedCerticateElementCount() |
byte[] |
getSignature() |
EAlgorithmIdentifier |
getSignatureAlgorithm() |
int |
getSize() |
ETBSCertList |
getTBSCertList() |
byte[] |
getTBSEncodedBytes() |
EAlgorithmIdentifier |
getTBSSignatureAlgorithm() |
java.util.Calendar |
getThisUpdate() |
int |
indexOf(ECertificate aCertificate) |
boolean |
isIndirectCRL() |
void |
setSignature(byte[] aSignature) |
void |
setSignatureAlgorithm(EAlgorithmIdentifier aAlgorithm) |
void |
setTBSCertList(ETBSCertList aTBSCertList) |
void |
setTBSSignatureAlgorithm(EAlgorithmIdentifier aAlgorithm) |
java.lang.String |
toString() |
clone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArraypublic ECRL(CertificateList aCertificateList)
public ECRL(byte[] aCRLArray)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic ECRL(java.io.File aFile)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException,
java.io.IOException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionjava.io.IOExceptionpublic ECRL(java.io.InputStream aCRLStream)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic ECRL(ETBSCertList aTbsCertList, EAlgorithmIdentifier aSignatureAlgorithm, byte[] aSignature)
public EName getIssuer()
public java.math.BigInteger getCRLNumber()
public java.util.Calendar getThisUpdate()
public java.util.Calendar getNextUpdate()
public EAlgorithmIdentifier getTBSSignatureAlgorithm()
public void setTBSSignatureAlgorithm(EAlgorithmIdentifier aAlgorithm)
public ERevokedCertificateElement getRevokedCerticateElement(int aIndex)
public int getRevokedCerticateElementCount()
public int getSize()
public boolean contains(ECertificate aCertificate)
public int indexOf(ECertificate aCertificate)
public EExtensions getCRLExtensions()
public ECertificateIssuer getCertificateIssuer(int aIndex)
public void setSignature(byte[] aSignature)
public byte[] getSignature()
public void setSignatureAlgorithm(EAlgorithmIdentifier aAlgorithm)
public EAlgorithmIdentifier getSignatureAlgorithm()
public ETBSCertList getTBSCertList()
public void setTBSCertList(ETBSCertList aTBSCertList)
public byte[] getTBSEncodedBytes()
public boolean isIndirectCRL()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2025. All rights reserved.