Interface ICertificateMappingContext
- All Known Implementing Classes:
CertificateMappingContext
public interface ICertificateMappingContext
-
Method Summary
Modifier and TypeMethodDescriptiongetCertificateIssues(CertificateInfoDTO certificateInfoDTO) Returns the issues of the certificate.@NotNull CryptoSpecReturns the specifications for key algorithms used in the formcycle.@NotNull InstantReturns the current instant.@NotNull LocaleReturns the locale of the certificate mapping context.getViewStatus(IKeystoreEntryInfoDTO keystoreEntryInfoDTO) Returns the view status of the certificate.
-
Method Details
-
getCertificateIssues
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
Returns the current instant.- Returns:
- The current instant.
-
getCryptoSpec
Returns the specifications for key algorithms used in the formcycle.- Returns:
- The specifications for key algorithms used in the formcycle.
-
getLocale
Returns the locale of the certificate mapping context.- Returns:
- The locale of the certificate mapping context.
-
getViewStatus
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.
-