Uses of Class
de.trustable.ca3s.core.service.dto.ejbca.CertificateRestResponseV2
-
Packages that use CertificateRestResponseV2 Package Description de.trustable.ca3s.core.service.dto.ejbca -
-
Uses of CertificateRestResponseV2 in de.trustable.ca3s.core.service.dto.ejbca
Methods in de.trustable.ca3s.core.service.dto.ejbca that return types with arguments of type CertificateRestResponseV2 Modifier and Type Method Description List<CertificateRestResponseV2>SearchCertificatesRestResponseV2. getCertificates()Get certificatesMethods in de.trustable.ca3s.core.service.dto.ejbca with parameters of type CertificateRestResponseV2 Modifier and Type Method Description SearchCertificatesRestResponseV2SearchCertificatesRestResponseV2. addCertificatesItem(CertificateRestResponseV2 certificatesItem)Method parameters in de.trustable.ca3s.core.service.dto.ejbca with type arguments of type CertificateRestResponseV2 Modifier and Type Method Description SearchCertificatesRestResponseV2SearchCertificatesRestResponseV2. certificates(List<CertificateRestResponseV2> certificates)voidSearchCertificatesRestResponseV2. setCertificates(List<CertificateRestResponseV2> certificates)
-