Uses of Class
org.apache.poi.poifs.crypt.dsig.services.RevocationData

Packages that use RevocationData
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
 RevocationData RevocationDataService.getRevocationData(java.util.List<java.security.cert.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
 byte[] TSPTimeStampService.timeStamp(byte[] data, RevocationData revocationData)
           
 byte[] TimeStampService.timeStamp(byte[] data, RevocationData revocationData)
          Gives back the encoded time-stamp token for the given array of data bytes.
 void TimeStampServiceValidator.validate(java.util.List<java.security.cert.X509Certificate> certificateChain, RevocationData revocationData)
          Validates the given certificate chain.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.