Uses of Class
org.apache.poi.poifs.crypt.dsig.SignatureConfig.CRLEntry
-
Packages that use SignatureConfig.CRLEntry Package Description org.apache.poi.poifs.crypt.dsig org.apache.poi.poifs.crypt.dsig.services -
-
Uses of SignatureConfig.CRLEntry in org.apache.poi.poifs.crypt.dsig
Methods in org.apache.poi.poifs.crypt.dsig that return SignatureConfig.CRLEntry Modifier and Type Method Description SignatureConfig.CRLEntrySignatureConfig. addCRL(String crlURL, String certCN, byte[] crlBytes)Methods in org.apache.poi.poifs.crypt.dsig that return types with arguments of type SignatureConfig.CRLEntry Modifier and Type Method Description List<SignatureConfig.CRLEntry>SignatureConfig. getCrlEntries() -
Uses of SignatureConfig.CRLEntry in org.apache.poi.poifs.crypt.dsig.services
Methods in org.apache.poi.poifs.crypt.dsig.services that return SignatureConfig.CRLEntry Modifier and Type Method Description protected SignatureConfig.CRLEntryTSPTimeStampService. downloadCRL(SignatureConfig signatureConfig, String url)Convenience method to download a crl in an unsafe way, i.e.Methods in org.apache.poi.poifs.crypt.dsig.services with parameters of type SignatureConfig.CRLEntry Modifier and Type Method Description protected booleanTSPTimeStampService. matchCRLbyCN(SignatureConfig.CRLEntry other, X509Certificate holder, String url)protected booleanTSPTimeStampService. matchCRLbyUrl(SignatureConfig.CRLEntry other, X509Certificate holder, String url)
-