Class CertificateUsageDTO

java.lang.Object
de.xima.fc.certificate.mgmt.cert.CertificateUsageDTO
All Implemented Interfaces:
Serializable

public class CertificateUsageDTO extends Object implements Serializable
A DTO that contains information about the usage of a certificate.
See Also:
  • Constructor Details

    • CertificateUsageDTO

      public CertificateUsageDTO()
  • Method Details

    • getId

      public Long getId()
      The unique identifier of the certificate usage.
    • getUsageType

      public ECertificateUsageType getUsageType()
      The type of usage of the certificate.
    • getSubject

      public String getSubject()
      The subject of the certificate usage (e.g. the domain name, if used for TLS).
    • setId

      public void setId(Long id)
      The unique identifier of the certificate usage.
    • setUsageType

      public void setUsageType(ECertificateUsageType usageType)
      The type of usage of the certificate.
    • setSubject

      public void setSubject(String subject)
      The subject of the certificate usage (e.g. the domain name, if used for TLS).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object