Uses of Class
io.github.qo0p.eimzo.server.client.json.CertificateView
Packages that use CertificateView
-
Uses of CertificateView in io.github.qo0p.eimzo.server.client.json
Methods in io.github.qo0p.eimzo.server.client.json that return CertificateViewModifier and TypeMethodDescriptionPkcs7SignerInfoView.getCertificate()TimeStampInfoView.getCertificate()Pkcs7SignerInfoView.getTrustedCertificate()TimeStampInfoView.getTrustedCertificate()Methods in io.github.qo0p.eimzo.server.client.json with parameters of type CertificateViewModifier and TypeMethodDescriptionvoidPkcs7SignerInfoView.setCertificate(CertificateView[] certificate) voidTimeStampInfoView.setCertificate(CertificateView[] certificate) voidPkcs7SignerInfoView.setTrustedCertificate(CertificateView trustedCertificate) voidTimeStampInfoView.setTrustedCertificate(CertificateView trustedCertificate)