Interface ICertificateMappingContext

All Known Implementing Classes:
CertificateMappingContext

public interface ICertificateMappingContext
  • Method Details

    • getCertificateIssues

      List<EViewKeystoreEntryIssue> getCertificateIssues(CertificateInfoDTO certificateInfoDTO)
      Returns the issues of the certificate.
      Parameters:
      certificateInfoDTO - The data of the certificate to determine the issues for.
      Returns:
      The issues of the certificate.
    • getInstantNow

      @NotNull @NotNull Instant getInstantNow()
      Returns the current instant.
      Returns:
      The current instant.
    • getCryptoSpec

      @NotNull @NotNull CryptoSpec getCryptoSpec()
      Returns the specifications for key algorithms used in the formcycle.
      Returns:
      The specifications for key algorithms used in the formcycle.
    • getLocale

      @NotNull @NotNull Locale getLocale()
      Returns the locale of the certificate mapping context.
      Returns:
      The locale of the certificate mapping context.
    • getViewStatus

      EViewStatus getViewStatus(IKeystoreEntryInfoDTO keystoreEntryInfoDTO)
      Returns the view status of the certificate.
      Parameters:
      keystoreEntryInfoDTO - The keystore entry info data to determine the view status for.
      Returns:
      The view status of the certificate.