Class GeneralName

java.lang.Object
eu.europa.esig.dss.model.x509.extension.GeneralName
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GeneralSubtree

public class GeneralName extends Object implements Serializable
Represents a general name element (see RFC 5280)
See Also:
  • Constructor Details

    • GeneralName

      public GeneralName()
      Default constructor
  • Method Details

    • getGeneralNameType

      public GeneralNameType getGeneralNameType()
      Gets the type of GeneralName
      Returns:
      GeneralNameType
    • setGeneralNameType

      public void setGeneralNameType(GeneralNameType generalNameType)
      Sets the type of the GeneralName
      Parameters:
      generalNameType - GeneralNameType
    • getValue

      public String getValue()
      Gets the string representation of the GeneralName value
      Returns:
      String
    • setValue

      public void setValue(String value)
      Sets the string representation of the GeneralName value
      Parameters:
      value - String