Interface KeyStoreEntryIssueDetailModelMapper
- All Known Implementing Classes:
KeyStoreEntryIssueDetailModelMapperImpl
public interface KeyStoreEntryIssueDetailModelMapper
Mapper for
KeyStoreEntryIssueDetailModel.- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Serializable[]getDetailParameters(EViewKeystoreEntryIssue issue, CertificateInfoDTO certifiate, CryptoSpec cryptoSpec) default StringtoKeyStoreEntryIssueDetailModel(EViewKeystoreEntryIssue issue, CertificateInfoDTO certificate, CryptoSpec cryptoSpec)
-
Field Details
-
INSTANCE
-
-
Method Details
-
getDetailParameters
default Serializable[] getDetailParameters(EViewKeystoreEntryIssue issue, CertificateInfoDTO certifiate, CryptoSpec cryptoSpec) -
getI18nDetailMessageKey
-
toKeyStoreEntryIssueDetailModel
KeyStoreEntryIssueDetailModel toKeyStoreEntryIssueDetailModel(EViewKeystoreEntryIssue issue, CertificateInfoDTO certificate, CryptoSpec cryptoSpec)
-