Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.certificate.validation | |
tr.gov.tubitak.uekae.esya.api.certificate.validation.find |
Modifier and Type | Method and Description |
---|---|
MatchSystem |
ValidationSystem.getMatchSystem()
Returns match system of validation system
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationSystem.setMatchSystem(MatchSystem aMatchSystem)
Set match system of validation system
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> |
Find.crlsFromList(MatchSystem aMatchSystem,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> aCRLList,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> aMatches,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate)
Finds the delta-CRL()s of the given certificate from a list.
|
static tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate |
Find.crossCertificateFromList(MatchSystem aMatchSystem,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aCertificates,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate)
Finds the cross certificate of the given certificate from a list.
|
static tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL |
Find.deltaCRLFromList(MatchSystem aMatchSystem,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> aCRLS,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate)
Finds the delta-CRL()s of the given certificate from a list.
|
static tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL |
Find.deltaCRLFromList(MatchSystem aMatchSystem,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL> aCRLList,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aBaseCRL)
Finds the delta-CRL()s of the given base CRL from a list.
|
static tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate |
Find.fromList(MatchSystem aMatchSystem,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aCertList,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate)
Verilen sertifikanı Ust SM sertifikasını verilen bir listeden bulur.
|
static boolean |
Find.isMatchingCrossCertificate(MatchSystem aMatchSystem,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCrossCertificate)
Checks whether the given Certificate and Cross Certificate are matching
|
static boolean |
Find.isMatchingDeltaCRL(MatchSystem aMatchSystem,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aBaseCRL,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aDeltaCRL)
match CRL and Delte CRL
|
static boolean |
Find.isMatchingIssuer(MatchSystem aMatchSystem,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate)
Checks whether the given Certificate and Issuer Certificate are matching
|
static boolean |
Find.isMatchingIssuer(MatchSystem aMatchSystem,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate)
Checks whether the given CRL and Issuer Certificate are matching
|
static boolean |
Find.isMatchingOCSPResponse(MatchSystem aEslestirmeSistemi,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuer,
tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse aOCSPResponse) |
static boolean |
Find.isMatcingCRL(MatchSystem aMatchSystem,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL)
Checks whether the given Certificate and CRL are matching
|
static tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate |
Find.issuerCertificateFromList(MatchSystem aMatchSystem,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aCertList,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL)
Finds the issuer certificate of the given CRL from a list.
|
static java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> |
Find.issuerCertificatesFromList(MatchSystem aMatchSystem,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aCertList,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aMatches)
Finds the issuer certificate of the given certificate from a list.
|
static java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> |
Find.issuerCertificatesFromList(MatchSystem aMatchSystem,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aCertList,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL aCRL,
java.util.List<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate> aMatches)
Finds the issuer certificate(s) of the given certificate from a list.
|
Copyright © 2025. All rights reserved.