Enum CadesSource

java.lang.Object
java.lang.Enum<CadesSource>
br.ufsc.labsec.signature.source.CadesSource
All Implemented Interfaces:
Source, Serializable, Comparable<CadesSource>, Constable

public enum CadesSource
extends Enum<CadesSource>
implements Source
  • Enum Constant Details

    • SIGNED_DATA

      public static final CadesSource SIGNED_DATA
    • CERTIFICATE_VALUES

      public static final CadesSource CERTIFICATE_VALUES
    • SIGNER_ATTR

      public static final CadesSource SIGNER_ATTR
    • REVOCATION_VALUES

      public static final CadesSource REVOCATION_VALUES
    • ATTR_CERTIFICATE_VALUES

      public static final CadesSource ATTR_CERTIFICATE_VALUES
    • ATTR_REVOCATION_VALUES

      public static final CadesSource ATTR_REVOCATION_VALUES
    • ONLINE

      public static final CadesSource ONLINE
    • NULL

      public static final CadesSource NULL
  • Method Details

    • values

      public static CadesSource[] 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 CadesSource 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
    • contains

      public boolean contains​(Source source)
      Specified by:
      contains in interface Source