Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.certificate.validation | |
tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.issuer |
Modifier and Type | Method and Description |
---|---|
java.util.List<IssuerChecker> |
CheckSystem.getIssuerCheckers() |
Modifier and Type | Method and Description |
---|---|
void |
CheckSystem.addIssuerChecker(IssuerChecker aUstSMKontrolcu) |
Modifier and Type | Method and Description |
---|---|
void |
CheckSystem.setIssuerCheckers(java.util.List<IssuerChecker> aUstSMKontrolcu) |
Modifier and Type | Class and Description |
---|---|
class |
BasicConstraintCAChecker
Checks whether Basic Constraints extension information in the issuer
certificate has CA feature.
|
class |
CertificateKeyUsageChecker
Checks whether the 'issuer certificate' of the certificate has
CertificateSigning key usage.
|
class |
CertificateNameChecker
Checks whether issuer field of the certificate and subject field of the
issuer certificate are the same.
|
class |
CertificateSignatureChecker
Checks whether the signature of the Certificate is valid.
|
class |
CRLDistributionPointsChecker
Checks CDP extension in the CRL is valid.
|
class |
KeyIdentifierChecker
Checks if the SubjectKeyIdentifier extension of the CA certificate and
AuthorityKeyIdentifier extension of the certificate matches
|
class |
NameConstraintChecker
Checks the validity of the certificate according to the constraints defined
in the Name Constraints extension information in the certificate.
|
class |
PathLenConstraintChecker
Checks if the following condition is satisfied:
|
class |
PolicyConstraintChecker
Checks the validity of the certificate according the constraints defined
by PolicyConstraints extension information.
|
Copyright © 2025. All rights reserved.