Enum 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 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.identifiers.AdvancedSignatureIdentifier
AdvancedSignatureIdentifier.Type
-
Enum Constant Summary
Enum Constants Enum Constant Description CAdES_B_B
CAdES_B_LT
CAdES_B_LTA
CAdES_B_T
JAdES_B_B
JAdES_B_LT
JAdES_B_LTA
JAdES_B_T
PAdES_B_B
PAdES_B_LT
PAdES_B_LTA
PAdES_B_T
XAdES_B_B
XAdES_B_LT
XAdES_B_LTA
XAdES_B_T
XAdES_BES
-
Method Summary
Modifier and Type Method Description static PKIProfileIdentifiers
findByKey(String identifier)
String
getIdentifier()
Retorna o identificador da política ou perfil de assinaturaProfile.AdESLevel
getLevel()
SignaturePolicyInstance
getSignaturePolicyInstance()
Retorna a instância da política ou perfil de assinaturaAdvancedSignatureIdentifier.Type
getSignatureType()
Retorna se é uma política ou perfil de assinaturaProfile.AdESType
getType()
Retorna o tipo da política ou perfil.static PKIProfileIdentifiers
valueOf(String name)
Returns the enum constant of this type with the specified name.static PKIProfileIdentifiers[]
values()
Returns an array containing the constants of this enum type, 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 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
-
findByKey
-
getType
Description copied from interface:AdvancedSignatureIdentifier
Retorna o tipo da política ou perfil.- Specified by:
getType
in interfaceAdvancedSignatureIdentifier
- Returns:
- tipo da política ou perfil
-
getLevel
-
getIdentifier
Description copied from interface:AdvancedSignatureIdentifier
Retorna o identificador da política ou perfil de assinatura- Specified by:
getIdentifier
in interfaceAdvancedSignatureIdentifier
- Returns:
- identificador da política ou perfil de assinatura
-
getSignaturePolicyInstance
Description copied from interface:AdvancedSignatureIdentifier
Retorna a instância da política ou perfil de assinatura- Specified by:
getSignaturePolicyInstance
in interfaceAdvancedSignatureIdentifier
- Returns:
- instância da política ou perfil de assinatura
-
getSignatureType
Description copied from interface:AdvancedSignatureIdentifier
Retorna se é uma política ou perfil de assinatura- Specified by:
getSignatureType
in interfaceAdvancedSignatureIdentifier
- Returns:
- se é uma política ou perfil de assinatura
-