| Changed Methods |
List
getCRLsFromDSS()
|
Change in exceptions thrown from (java.security.GeneralSecurityException, java.io.IOException) to java.security.GeneralSecurityException. Documentation changed from old to new. |
Gets a list of X509CRL objects from a Document Security Store. |
List
getOCSPResponsesFromDSS()
|
Change in exceptions thrown from (java.io.IOException, java.security.GeneralSecurityException) to java.security.GeneralSecurityException. Documentation changed from old to new. |
Gets OCSP responses from the Document Security Store. |
void
setEventCountingMetaInfo(
IMetaInfo)
|
Change in signature from com.itextpdf.kernel.counter.event.IMetaInfo to com.itextpdf.commons.actions.contexts.IMetaInfo. |
Sets the IMetaInfo that will be used during PdfDocument creation. |
List
verify(
X509Certificate,
X509Certificate
,
Date
)
|
Change in exceptions thrown from (java.security.GeneralSecurityException, java.io.IOException) to java.security.GeneralSecurityException. Documentation changed from old to new. |
Verifies certificates against a list of CRLs and OCSP responses. |