Interface ValidationServiceRepositoryInterface

All Known Implementing Classes:
ValidationServiceRepository

public interface ValidationServiceRepositoryInterface
  • Method Details

    • getCompleteRevocationInformation

      CRLRevocationCache getCompleteRevocationInformation()
    • getCompleteOCSPRevocationInformation

      OcspRevocationCache getCompleteOCSPRevocationInformation()
    • getCompleteCertificateCollection

      CertificateCollectionCache getCompleteCertificateCollection()
    • getAdditionalCertificateCollection

      List<CertificateCollection> getAdditionalCertificateCollection()
    • getAdditionalAttributeCertificateCollection

      List<AttributeCertificateCollection> getAdditionalAttributeCertificateCollection()
    • getAdditionalCRLRevocationInformation

      List<CRLRevocationInformation> getAdditionalCRLRevocationInformation()
    • getAdditionalOCSPRevocationInformation

      List<OCSPRevocationInformation> getAdditionalOCSPRevocationInformation()
    • getTrustAnchorInterface

      TrustAnchorInterface getTrustAnchorInterface()
    • getTrustServiceLookup

      TrustServiceLookup getTrustServiceLookup()
    • getVerifierParamReturnArtifacts

      boolean getVerifierParamReturnArtifacts()
    • getParameter

      <T> T getParameter(String key)
    • getCertificateValidationService

      CertificateValidation getCertificateValidationService()
      Retorna a instância do serviço de validação
      Returns:
      O serviço de validação
    • getRevocationRepositoryService

      RevocationRepository getRevocationRepositoryService()
    • getCachePath

      String getCachePath()
      Retorna o caminho do arquivo de cache
      Returns:
      O caminho do arquivo de cache