java.lang.Object
java.lang.Enum<VRIEntries>
br.ufsc.labsec.signature.conformanceVerifier.pades.utils.VRIEntries
All Implemented Interfaces:
Serializable, Comparable<VRIEntries>, Constable

public enum VRIEntries
extends Enum<VRIEntries>
Enumeração das entradas de um dicionário VRI
  • Enum Constant Details

    • Type

      public static final VRIEntries Type
    • Cert

      public static final VRIEntries Cert
    • CRL

      public static final VRIEntries CRL
    • OCSP

      public static final VRIEntries OCSP
    • PBAD_LpaArtifact

      public static final VRIEntries PBAD_LpaArtifact
    • PBAD_LpaSignature

      public static final VRIEntries PBAD_LpaSignature
    • PBAD_PolicyArtifact

      public static final VRIEntries PBAD_PolicyArtifact
  • Method Details

    • values

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