Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.certificate.validation | |
tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.self |
Modifier and Type | Method and Description |
---|---|
java.util.List<CertificateSelfChecker> |
CheckSystem.getCertificateSelfCheckers() |
java.util.List<CertificateSelfChecker> |
CheckSystem.getTrustedCertificateCheckers() |
Modifier and Type | Method and Description |
---|---|
void |
CheckSystem.addCertificateSelfChecker(CertificateSelfChecker aTSKontrolcu) |
void |
CheckSystem.addTrustedCertificateChecker(CertificateSelfChecker aGSKontrolcu) |
Modifier and Type | Method and Description |
---|---|
void |
CheckSystem.setCertificateSelfCheckers(java.util.List<CertificateSelfChecker> aTSKontrolcu) |
void |
CheckSystem.setTrustedCertificateCheckers(java.util.List<CertificateSelfChecker> aGSKontrolcu) |
Modifier and Type | Class and Description |
---|---|
class |
CertificateDateChecker
Checks the validity of date information in the Certificate
|
class |
CertificateExtensionChecker
Checks the extension information in the Certificate is valid
critical extensions must be known
any particular extension must exist only once
|
class |
EncryptionCertificateKeyUsageChecker
Created by orcun.ertugrul on 27-Jul-17.
|
class |
ExtendedKeyUsageOIDChecker |
class |
PositiveSerialNumberChecker
Checks if the serial number of the certificate is positive.
|
class |
QualifiedCertificateChecker |
class |
SelfSignatureChecker
Checks the signature of self-signed certificates
|
class |
SignatureAlgConsistencyChecker
Checks if the signature Algorithms specified in the certificate's signature
field and in the signatureAlgorithm field are equal.
|
class |
VersionChecker
Checks if the version information in the certificate is valid
|
Copyright © 2025. All rights reserved.