Enum XmlWrappedKeyInfo

java.lang.Object
java.lang.Enum<XmlWrappedKeyInfo>
es.uji.crypto.xades.jxades.security.xml.XmlWrappedKeyInfo
All Implemented Interfaces:
Serializable, Comparable<XmlWrappedKeyInfo>, java.lang.constant.Constable

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

  • Field Details

    • wrappedKeyInfoName

      private String wrappedKeyInfoName
  • Constructor Details

    • XmlWrappedKeyInfo

      private XmlWrappedKeyInfo(String wrappedKeyInfoName)
  • Method Details

    • values

      public static XmlWrappedKeyInfo[] 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 XmlWrappedKeyInfo 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
    • getWrappedKeyInfoName

      public String getWrappedKeyInfoName()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<XmlWrappedKeyInfo>