Uses of Class
io.mosip.kernel.keymanagerservice.entity.CACertificateStore
Packages that use CACertificateStore
Package
Description
-
Uses of CACertificateStore in io.mosip.kernel.keymanagerservice.repository
Methods in io.mosip.kernel.keymanagerservice.repository that return CACertificateStoreModifier and TypeMethodDescriptionCACertificateStoreRepository.findByCertId(String certId) Function to find CACertificate by Certificate Id.CACertificateStoreRepository.findByCertThumbprint(String certThumbprint) Function to find CACertificate by Certificate thumbprint.CACertificateStoreRepository.findByCertThumbprintAndPartnerDomain(String certThumbprint, String partnerDomain) Function to find CACertificate by Certificate thumbprint and Partner domain.Methods in io.mosip.kernel.keymanagerservice.repository that return types with arguments of type CACertificateStoreModifier and TypeMethodDescriptionCACertificateStoreRepository.findAll()Function to fetch all CACertificates.CACertificateStoreRepository.findAllLatestCreatedUpdateDeleted(LocalDateTime lastUpdated, LocalDateTime currentTimestamp) Function to find all CACertificate created , updated or deleted time is within the lastUpdated and current timeCACertificateStoreRepository.findByCaCertificateTypeIsNull()Function to fetch all certificate whose caCertificateType is nullCACertificateStoreRepository.findByCertSubject(String certSubject) Function to find CACertificates by Certificate Subject.CACertificateStoreRepository.findByCertSubjectAndCertIssuer(String certSubject, String certIssuer) Function to find CACertificates by Certificate Subject and Certificate Issuer.CACertificateStoreRepository.findByPartnerDomain(String partnerDomain) Function to find CACertificates by Partner Domain. -
Uses of CACertificateStore in io.mosip.kernel.partnercertservice.helper
Methods in io.mosip.kernel.partnercertservice.helper that return CACertificateStoreModifier and TypeMethodDescriptionMethods in io.mosip.kernel.partnercertservice.helper that return types with arguments of type CACertificateStoreModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CACertificateStore> CACertificateStoreSpec.filterCertificates(String caCertificateType, String partnerDomain, String certId, String issuedTo, String issuedBy, LocalDateTime validFrom, LocalDateTime validTill, LocalDateTime uploadTime, List<String> certThumbprints) -
Uses of CACertificateStore in io.mosip.kernel.partnercertservice.util
Methods in io.mosip.kernel.partnercertservice.util with parameters of type CACertificateStoreModifier and TypeMethodDescriptionstatic booleanPartnerCertificateManagerUtil.isValidTimestamp(LocalDateTime timeStamp, CACertificateStore certStore)