java.lang.Object
java.lang.Enum<Rules>
br.ufsc.labsec.signature.signer.creator.Rules
All Implemented Interfaces:
Serializable, Comparable<Rules>, Constable

public enum Rules
extends Enum<Rules>
  • Enum Constant Details

    • CAdES_ETSI_101_733

      public static final Rules CAdES_ETSI_101_733
    • CAdES_ETSI_319_122

      public static final Rules CAdES_ETSI_319_122
    • JAdES_ETSI_119_182_1

      public static final Rules JAdES_ETSI_119_182_1
    • XAdES_ETSI_101_903

      public static final Rules XAdES_ETSI_101_903
    • XAdES_ETSI_319_132_1

      public static final Rules XAdES_ETSI_319_132_1
  • Field Details

    • certificateInfoRule

      public final br.ufsc.labsec.signature.signer.creator.Rules.CertificateInfoRule certificateInfoRule
    • certificateRefsRule

      public final br.ufsc.labsec.signature.signer.creator.Rules.CertificateRefsRule certificateRefsRule
    • revocationInfoRule

      public final br.ufsc.labsec.signature.signer.creator.Rules.RevocationInfoRule revocationInfoRule
    • revocationRefsRule

      public final br.ufsc.labsec.signature.signer.creator.Rules.RevocationRefsRule revocationRefsRule
  • Method Details

    • values

      public static Rules[] 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

      public static Rules valueOf​(String name)
      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 name
      NullPointerException - if the argument is null