Package de.gematik.bbriccs.utils.dto
Class CertificateAuthorityDto
-
- All Implemented Interfaces:
public class CertificateAuthorityDto
-
-
Field Summary
Fields Modifier and Type Field Description private final X509Certificatecert
-
Constructor Summary
Constructors Constructor Description CertificateAuthorityDto(X509Certificate cert)
-
Method Summary
Modifier and Type Method Description final X509CertificategetCert()final StringgetSubjectCN()final LocalDategetNotValidBefore()final LocalDategetNotValidAfter()final StringgetIssuerCN()StringtoString()-
-
Constructor Detail
-
CertificateAuthorityDto
CertificateAuthorityDto(X509Certificate cert)
-
-
Method Detail
-
getCert
final X509Certificate getCert()
-
getSubjectCN
final String getSubjectCN()
-
getNotValidBefore
final LocalDate getNotValidBefore()
-
getNotValidAfter
final LocalDate getNotValidAfter()
-
getIssuerCN
final String getIssuerCN()
-
-
-
-