Class CertificateUsageDTO
java.lang.Object
de.xima.fc.certificate.mgmt.cert.CertificateUsageDTO
- All Implemented Interfaces:
Serializable
A DTO that contains information about the usage of a certificate.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()The unique identifier of the certificate usage.The subject of the certificate usage (e.g. the domain name, if used for TLS).The type of usage of the certificate.inthashCode()voidThe unique identifier of the certificate usage.voidsetSubject(String subject) The subject of the certificate usage (e.g. the domain name, if used for TLS).voidsetUsageType(ECertificateUsageType usageType) The type of usage of the certificate.toString()
-
Constructor Details
-
CertificateUsageDTO
public CertificateUsageDTO()
-
-
Method Details
-
getId
The unique identifier of the certificate usage. -
getUsageType
The type of usage of the certificate. -
getSubject
The subject of the certificate usage (e.g. the domain name, if used for TLS). -
setId
The unique identifier of the certificate usage. -
setUsageType
The type of usage of the certificate. -
setSubject
The subject of the certificate usage (e.g. the domain name, if used for TLS). -
equals
-
canEqual
-
hashCode
-
toString
-