Uses of Class
org.apache.poi.poifs.crypt.dsig.services.RevocationData
Packages that use RevocationData
-
Uses of RevocationData in org.apache.poi.poifs.crypt.dsig.services
Methods in org.apache.poi.poifs.crypt.dsig.services that return RevocationDataModifier and TypeMethodDescriptionRevocationDataService.getRevocationData
(List<X509Certificate> certificateChain) Gives back the revocation data corresponding with the given certificate chain.Methods in org.apache.poi.poifs.crypt.dsig.services with parameters of type RevocationDataModifier and TypeMethodDescriptionbyte[]
TimeStampService.timeStamp
(byte[] data, RevocationData revocationData) Gives back the encoded time-stamp token for the given array of data bytes.byte[]
TSPTimeStampService.timeStamp
(byte[] data, RevocationData revocationData) void
TimeStampServiceValidator.validate
(List<X509Certificate> certificateChain, RevocationData revocationData) Validates the given certificate chain.