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
-
Method Summary
Modifier and TypeMethodDescriptionGets the type of GeneralNamegetValue()
Gets the string representation of the GeneralName valuevoid
setGeneralNameType
(GeneralNameType generalNameType) Sets the type of the GeneralNamevoid
Sets the string representation of the GeneralName value
-
Constructor Details
-
GeneralName
public GeneralName()Default constructor
-
-
Method Details
-
getGeneralNameType
Gets the type of GeneralName- Returns:
GeneralNameType
-
setGeneralNameType
Sets the type of the GeneralName- Parameters:
generalNameType
-GeneralNameType
-
getValue
Gets the string representation of the GeneralName value- Returns:
String
-
setValue
Sets the string representation of the GeneralName value- Parameters:
value
-String
-