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 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 Modifier and Type Method Description byte[]
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(java.util.List<java.security.cert.X509Certificate> certificateChain, RevocationData revocationData)
Validates the given certificate chain.
-