public class CertStoreCRLOps
extends java.lang.Object
| Constructor and Description |
|---|
CertStoreCRLOps(CertStore aDepo) |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteCRL(CRLSearchTemplate aSAS) |
void |
deleteCRL(long aSILNo) |
void |
deleteCRLFromDirectory(long aSILNo,
long aDizinNo) |
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> |
listCRL(CRLSearchTemplate aSAS,
SILTipi[] aTipler) |
java.util.List<DepoDizin> |
listCRLDirectories(long aSILNo) |
tr.gov.tubitak.uekae.esya.api.common.util.ItemSource<DepoSIL> |
listStoreCRL() |
tr.gov.tubitak.uekae.esya.api.common.util.ItemSource<DepoSIL> |
listStoreCRL(CRLSearchTemplate aSAS,
SILTipi[] aTipler) |
void |
moveCRL(long aSILNo,
long aEskiDizinNo,
long aYeniDizinNo) |
DepoSIL |
readStoreCRL(java.lang.Long aSILNo) |
void |
writeCRL(byte[] aCRL,
java.lang.Long aDizinNo) |
void |
writeCRL(tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL,
java.lang.Long aDizinNo) |
public CertStoreCRLOps(CertStore aDepo)
public DepoSIL readStoreCRL(java.lang.Long aSILNo) throws CertStoreException
CertStoreExceptionpublic void writeCRL(tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL,
java.lang.Long aDizinNo)
throws CertStoreException
CertStoreExceptionpublic void writeCRL(byte[] aCRL,
java.lang.Long aDizinNo)
throws CertStoreException
CertStoreExceptionpublic tr.gov.tubitak.uekae.esya.api.common.util.ItemSource<DepoSIL> listStoreCRL() throws CertStoreException
CertStoreExceptionpublic java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> listCRL(CRLSearchTemplate aSAS, SILTipi[] aTipler) throws CertStoreException
CertStoreExceptionpublic tr.gov.tubitak.uekae.esya.api.common.util.ItemSource<DepoSIL> listStoreCRL(CRLSearchTemplate aSAS, SILTipi[] aTipler) throws CertStoreException
CertStoreExceptionpublic java.util.List<DepoDizin> listCRLDirectories(long aSILNo) throws CertStoreException
CertStoreExceptionpublic void deleteCRLFromDirectory(long aSILNo,
long aDizinNo)
throws CertStoreException
CertStoreExceptionpublic void moveCRL(long aSILNo,
long aEskiDizinNo,
long aYeniDizinNo)
throws CertStoreException
CertStoreExceptionpublic void deleteCRL(long aSILNo)
throws CertStoreException
CertStoreExceptionpublic int deleteCRL(CRLSearchTemplate aSAS) throws CertStoreException
CertStoreExceptionCopyright © 2025. All rights reserved.