Class CertificateMappingContext
java.lang.Object
de.xima.fc.certificate.gui.internal.administration.mapper.CertificateMappingContext
- All Implemented Interfaces:
ICertificateMappingContext
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateMappingContext(CryptoSpec cryptoSpec, Instant instantNow, Locale locale) -
Method Summary
Modifier and TypeMethodDescriptiongetCertificateIssues(CertificateInfoDTO certificateInfoDTO) Returns the issues of the certificate.Returns the specifications for key algorithms used in the formcycle.Returns the current instant.Returns the locale of the certificate mapping context.getViewStatus(IKeystoreEntryInfoDTO keystoreEntryInfoDTO) Returns the view status of the certificate.
-
Constructor Details
-
CertificateMappingContext
-
-
Method Details
-
getCertificateIssues
Description copied from interface:ICertificateMappingContextReturns the issues of the certificate.- Specified by:
getCertificateIssuesin interfaceICertificateMappingContext- Parameters:
certificateInfoDTO- The data of the certificate to determine the issues for.- Returns:
- The issues of the certificate.
-
getViewStatus
Description copied from interface:ICertificateMappingContextReturns the view status of the certificate.- Specified by:
getViewStatusin interfaceICertificateMappingContext- Parameters:
keystoreEntryInfoDTO- The keystore entry info data to determine the view status for.- Returns:
- The view status of the certificate.
-
getCryptoSpec
Description copied from interface:ICertificateMappingContextReturns the specifications for key algorithms used in the formcycle.- Specified by:
getCryptoSpecin interfaceICertificateMappingContext- Returns:
- The specifications for key algorithms used in the formcycle.
-
getInstantNow
Description copied from interface:ICertificateMappingContextReturns the current instant.- Specified by:
getInstantNowin interfaceICertificateMappingContext- Returns:
- The current instant.
-
getLocale
Description copied from interface:ICertificateMappingContextReturns the locale of the certificate mapping context.- Specified by:
getLocalein interfaceICertificateMappingContext- Returns:
- The locale of the certificate mapping context.
-