Enum Class XadesSource

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

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

    • SIGNED_DATA

      public static final XadesSource SIGNED_DATA
    • KEY_INFO

      public static final XadesSource KEY_INFO
    • CERTIFICATE_VALUES

      public static final XadesSource CERTIFICATE_VALUES
    • REVOCATION_VALUES

      public static final XadesSource REVOCATION_VALUES
    • SIGNER_ROLE

      public static final XadesSource SIGNER_ROLE
    • ONLINE

      public static final XadesSource ONLINE
    • NULL

      public static final XadesSource NULL
  • Method Details

    • values

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

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

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