| Package | Description |
|---|---|
| org.apache.poi.poifs.crypt.dsig | |
| org.apache.poi.poifs.crypt.dsig.services |
| Modifier and Type | Method and Description |
|---|---|
SignatureConfig.CRLEntry |
SignatureConfig.addCRL(String crlURL,
String certCN,
byte[] crlBytes) |
| Modifier and Type | Method and Description |
|---|---|
List<SignatureConfig.CRLEntry> |
SignatureConfig.getCrlEntries() |
| Modifier and Type | Method and Description |
|---|---|
protected SignatureConfig.CRLEntry |
TSPTimeStampService.downloadCRL(SignatureConfig signatureConfig,
String url)
Convenience method to download a crl in an unsafe way, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TSPTimeStampService.matchCRLbyCN(SignatureConfig.CRLEntry other,
X509Certificate holder,
String url) |
protected boolean |
TSPTimeStampService.matchCRLbyUrl(SignatureConfig.CRLEntry other,
X509Certificate holder,
String url) |