Package de.gematik.bbriccs.utils.dto
Class RootCertificateAuthorityDto
-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class RootCertificateAuthorityDto extends CertificateAuthorityDto implements Comparable<RootCertificateAuthorityDto>
-
-
Field Summary
Fields Modifier and Type Field Description private final X509CertificatenextCrossCAprivate final X509CertificateprevCrossCAprivate final X509Certificatecert
-
Constructor Summary
Constructors Constructor Description RootCertificateAuthorityDto(X509Certificate cert, X509Certificate nextCrossCA, X509Certificate prevCrossCA)
-
Method Summary
Modifier and Type Method Description final X509CertificategetNextCrossCA()final X509CertificategetPrevCrossCA()IntegercompareTo(RootCertificateAuthorityDto other)final BooleanisCrossCa()final IntegergetCaNumber()-
Methods inherited from class de.gematik.bbriccs.utils.dto.CertificateAuthorityDto
getCert, getIssuerCN, getNotValidAfter, getNotValidBefore, getSubjectCN, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RootCertificateAuthorityDto
RootCertificateAuthorityDto(X509Certificate cert, X509Certificate nextCrossCA, X509Certificate prevCrossCA)
-
-
Method Detail
-
getNextCrossCA
final X509Certificate getNextCrossCA()
-
getPrevCrossCA
final X509Certificate getPrevCrossCA()
-
compareTo
Integer compareTo(RootCertificateAuthorityDto other)
-
getCaNumber
final Integer getCaNumber()
-
-
-
-