Class KeystoreEntryUsageViewModel
java.lang.Object
de.xima.fc.certificate.gui.internal.administration.KeystoreEntryUsageViewModel
- All Implemented Interfaces:
Serializable
View model for certificate usages.
- Since:
- 8.5.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeystoreEntryUsageViewModel(Long id, EViewKeystoreEntryUsageType usageType, String subject) Creates a newKeystoreEntryUsageViewModelinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDisplayName(Locale locale) Returns the display name of the certificate usage.Returns the style class of the icon of the certificate usage.getId()The unique identifier of the certificate usage.The subject of the certificate usage (e.g. the domain name, if used for TLS).The type of usage of the certificate.inthashCode()toString()
-
Constructor Details
-
KeystoreEntryUsageViewModel
Creates a newKeystoreEntryUsageViewModelinstance.- Parameters:
id- The unique identifier of the certificate usage.usageType- The type of usage of the certificate.subject- The subject of the certificate usage (e.g. the domain name, if used for TLS).
-
-
Method Details
-
getDisplayName
-
getIconStyleClass
Returns the style class of the icon of the certificate usage.- Returns:
- The style class of the icon of the certificate usage.
-
getId
The unique identifier of the certificate usage. -
getUsageType
The type of usage of the certificate. -
getSubject
The subject of the certificate usage (e.g. the domain name, if used for TLS). -
equals
-
hashCode
-
toString
-