Enum ECertificateTemplate
java.lang.Object
java.lang.Enum<ECertificateTemplate>
de.xima.fc.certificate.gui.internal.create.ECertificateTemplate
- All Implemented Interfaces:
Serializable, Comparable<ECertificateTemplate>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(Locale locale) Returns a description of the certificate template in the specified locale.getDisplayName(Locale locale) Returns the display name of the certificate template in the specified locale.booleanisKeyAlgorithmSupported(EKeyAlgorithm keyAlgorithm) Checks if the specified key algorithm is supported by this certificate template.static ECertificateTemplateReturns the enum constant of this type with the specified name.static ECertificateTemplate[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DOCUMENT_SIGNING
-
EMAIL_PROTECTION
-
TLS_CLIENT
-
CA_CERTIFICATE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDescription
-
getDisplayName
-
isKeyAlgorithmSupported
Checks if the specified key algorithm is supported by this certificate template.- Parameters:
keyAlgorithm- the key algorithm to check- Returns:
- true if the key algorithm is supported, false otherwise
-
getSupportedKeyAlgorithms
-