Uses of Class
com.pd4ml.pdf.sign.ltv.RevocationFetcher.Result
-
Packages that use RevocationFetcher.Result Package Description com.pd4ml.pdf.sign.ltv -
-
Uses of RevocationFetcher.Result in com.pd4ml.pdf.sign.ltv
Methods in com.pd4ml.pdf.sign.ltv that return RevocationFetcher.Result Modifier and Type Method Description static RevocationFetcher.ResultRevocationFetcher. fetch(java.security.cert.Certificate[] chain, LtvOptions options)Fetches revocation evidence for every certificate inchain(index 0 = the signing certificate, each subsequent entry its issuer), peroptions.Methods in com.pd4ml.pdf.sign.ltv with parameters of type RevocationFetcher.Result Modifier and Type Method Description static byte[]LtvUpdater. embedValidationInformation(byte[] signedPdf, byte[] cmsSignature, java.security.cert.Certificate[] certificateChain, RevocationFetcher.Result revocationData)Embeds already-fetched revocation data (seeLtvUpdater.addLtv(byte[], byte[], java.security.cert.Certificate[], com.pd4ml.pdf.sign.ltv.LtvOptions)for the all-in-one version).
-