Modifier and Type | Method and Description |
---|---|
java.util.List<RevocationChecker> |
CheckSystem.getRevocationCheckers() |
Modifier and Type | Method and Description |
---|---|
void |
CheckSystem.addRevocationChecker(RevocationChecker aIptalKontrolcu) |
Modifier and Type | Method and Description |
---|---|
void |
CheckSystem.setRevocationCheckers(java.util.List<RevocationChecker> aIptalKontrolcu) |
Modifier and Type | Method and Description |
---|---|
void |
CertificateStatusInfo.addRevocationCheckDetail(RevocationChecker aChecker,
CheckStatus aResult,
RevokeCheckStatus aCheckResult)
Add revocation check detail
|
Modifier and Type | Class and Description |
---|---|
class |
RevocationCheckerFromMap
Checks the certificate revocation according to the map which matches
revocation references and values
|
class |
RevocationFromCRLChecker
Checks certificate's revocation status by using the matching CRLs which are
found by the finders specified in the validation policy
|
class |
RevocationFromInitialCRLChecker
Checks certificate's revocation status by using the matching CRLs which are
found by the finders specified in the validation policy
|
class |
RevocationFromInitialOCSPChecker
Checks certificate's revocation status by using ocsp query to the OCSS
servers specified in the certificate
|
class |
RevocationFromOCSPChecker
Checks certificate's revocation status by using ocsp query to the OCSS
servers specified in the certificate
|
Copyright © 2025. All rights reserved.