Uses of Class
io.mosip.kernel.core.keymanager.model.CertificateEntry
-
Packages that use CertificateEntry Package Description io.mosip.kernel.core.pdfgenerator.spi -
-
Uses of CertificateEntry in io.mosip.kernel.core.pdfgenerator.spi
Methods in io.mosip.kernel.core.pdfgenerator.spi with parameters of type CertificateEntry Modifier and Type Method Description OutputStreamPDFGenerator. signAndEncryptPDF(byte[] pdf, Rectangle rectangle, String reason, int pageNumber, Provider provider, CertificateEntry<X509Certificate,PrivateKey> certificateEntry, String password)Signs a PDF and protect it with password
-