Enum AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE
java.lang.Object
java.lang.Enum<AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE>
br.ufsc.labsec.signature.signer.creator.AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE
- All Implemented Interfaces:
Serializable
,Comparable<AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE>
,Constable
- Enclosing class:
- AttributeCertificateRefsCreator<Info extends ExtraInformation,Encod,Sig>
public static enum AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE extends Enum<AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description AA_and_CA_ONLY
AA_ONLY
ALL
NONE
-
Method Summary
Modifier and Type Method Description static AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE
valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeCertificateRefsCreator.CERTIFICATES_TO_INCLUDE[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALL
-
NONE
-
AA_and_CA_ONLY
-
AA_ONLY
-
-
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
-