Class AlternativeNameData
java.lang.Object
com.mulesoft.connectors.mcp.api.certificate.AlternativeNameData
- All Implemented Interfaces:
Serializable
A custom Data Transfer Object (DTO) to replace the
X509Certificate AlternativeName class.
This class is a simple representation of an alternative name with two attributes: type and name. It implements
Serializable to allow its instances to be serialized.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlternativeNameData(int type, String name) Constructs a newAlternativeNameDatainstance with the specified type and name. -
Method Summary
-
Constructor Details
-
AlternativeNameData
Constructs a newAlternativeNameDatainstance with the specified type and name.- Parameters:
type- the type of the alternative namename- the alternative name
-
-
Method Details