Class GeneralName
java.lang.Object
eu.europa.esig.dss.model.x509.extension.GeneralName
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeneralSubtree
Represents a general name element (see RFC 5280)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the type of GeneralNamegetValue()Gets the string representation of the GeneralName valuevoidsetGeneralNameType(GeneralNameType generalNameType) Sets the type of the GeneralNamevoidSets the string representation of the GeneralName value
-
Constructor Details
-
GeneralName
public GeneralName()Default constructor
-
-
Method Details
-
getGeneralNameType
-
setGeneralNameType
Sets the type of the GeneralName- Parameters:
generalNameType-GeneralNameType
-
getValue
-
setValue
-