Enum Class PKIProfileIdentifiers
java.lang.Object
java.lang.Enum<PKIProfileIdentifiers>
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.identifiers.PKIProfileIdentifiers
- All Implemented Interfaces:
AdvancedSignatureIdentifier, Serializable, Comparable<PKIProfileIdentifiers>, Constable
public enum PKIProfileIdentifiers
extends Enum<PKIProfileIdentifiers>
implements AdvancedSignatureIdentifier
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface AdvancedSignatureIdentifier
AdvancedSignatureIdentifier.Type -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic PKIProfileIdentifiersRetorna o identificador da política ou perfil de assinaturagetLevel()Retorna a instância da política ou perfil de assinaturaRetorna se é uma política ou perfil de assinaturagetType()Retorna o tipo da política ou perfil.static PKIProfileIdentifiersReturns the enum constant of this class with the specified name.static PKIProfileIdentifiers[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CAdES_B_B
-
CAdES_B_T
-
CAdES_B_LT
-
CAdES_B_LTA
-
XAdES_BES
-
XAdES_B_B
-
XAdES_B_T
-
XAdES_B_LT
-
XAdES_B_LTA
-
PAdES_B_B
-
PAdES_B_T
-
PAdES_B_LT
-
PAdES_B_LTA
-
JAdES_B_B
-
JAdES_B_T
-
JAdES_B_LT
-
JAdES_B_LTA
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
findByKey
-
getType
Description copied from interface:AdvancedSignatureIdentifierRetorna o tipo da política ou perfil.- Specified by:
getTypein interfaceAdvancedSignatureIdentifier- Returns:
- tipo da política ou perfil
-
getLevel
-
getIdentifier
Description copied from interface:AdvancedSignatureIdentifierRetorna o identificador da política ou perfil de assinatura- Specified by:
getIdentifierin interfaceAdvancedSignatureIdentifier- Returns:
- identificador da política ou perfil de assinatura
-
getSignaturePolicyInstance
Description copied from interface:AdvancedSignatureIdentifierRetorna a instância da política ou perfil de assinatura- Specified by:
getSignaturePolicyInstancein interfaceAdvancedSignatureIdentifier- Returns:
- instância da política ou perfil de assinatura
-
getSignatureType
Description copied from interface:AdvancedSignatureIdentifierRetorna se é uma política ou perfil de assinatura- Specified by:
getSignatureTypein interfaceAdvancedSignatureIdentifier- Returns:
- se é uma política ou perfil de assinatura
-