Uses of Class
org.apache.poi.poifs.crypt.dsig.services.RevocationData
-
Packages that use RevocationData Package Description org.apache.poi.poifs.crypt.dsig.services -
-
Uses of RevocationData in org.apache.poi.poifs.crypt.dsig.services
Methods in org.apache.poi.poifs.crypt.dsig.services that return RevocationData Modifier and Type Method Description RevocationDataRevocationDataService. 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 RevocationData Modifier and Type Method Description byte[]TimeStampService. timeStamp(SignatureInfo signatureInfo, byte[] data, RevocationData revocationData)Gives back the encoded time-stamp token for the given array of data bytes.byte[]TSPTimeStampService. timeStamp(SignatureInfo signatureInfo, byte[] data, RevocationData revocationData)voidTimeStampServiceValidator. validate(List<X509Certificate> certificateChain, RevocationData revocationData)Validates the given certificate chain.
-