Package-level declarations

Types

Link copied to clipboard
internal interface ACMECertificatesSyncWorker

Worker that periodically syncs ACME Certificates.

Link copied to clipboard
internal class ACMECertificatesSyncWorkerImpl(e2eiRepository: E2EIRepository, syncInterval: <Error class: unknown class> = DEFAULT_SYNC_INTERVAL, isE2EIEnabledUseCase: IsE2EIEnabledUseCase, kaliumLogger: <Error class: unknown class>) : ACMECertificatesSyncWorker
Link copied to clipboard
Link copied to clipboard
class CheckCrlRevocationListUseCase(certificateRevocationListRepository: CertificateRevocationListRepository, revocationListChecker: RevocationListChecker, kaliumLogger: <Error class: unknown class>)

Use case to check the certificate revocation list (CRL) for expired entries. param forceUpdate: if true, the CRL will be checked even if it is not expired.

Link copied to clipboard
data class Handle(val scheme: String, val handle: String, val domain: String)
Link copied to clipboard
Link copied to clipboard
data class MLSClientIdentity(val clientId: <Error class: unknown class>, val e2eiStatus: MLSClientE2EIStatus, val thumbprint: String, val credentialType: MLSCredentialsType, val x509Identity: X509Identity?)
Link copied to clipboard
Link copied to clipboard
class SyncCertificateRevocationListUseCase(certificateRevocationListRepository: CertificateRevocationListRepository, incrementalSyncRepository: IncrementalSyncRepository, revocationListChecker: RevocationListChecker, kaliumLogger: <Error class: unknown class>)

This use case will wait until the sync is done and then check the CRLs if needed.

Link copied to clipboard
data class X509Identity(val handle: Handle, val displayName: String, val domain: String, val serialNumber: String, val certificate: String, val notBefore: <Error class: unknown class>, val notAfter: <Error class: unknown class>)