Changed Methods |
void
addFieldMDP(
PdfSignature,
PdfSigFieldLock
)
|
Documentation changed from old to new. |
Adds keys to the signature dictionary that define the field permissions. |
InputStream
getRangeStream()
|
Documentation changed from old to new. |
Gets the document bytes that are hashable when using external signatures. |
IRandomAccessSource
getUnderlyingSource()
|
Documentation changed from old to new. |
Returns the underlying source. |
void
signDeferred(
PdfDocument,
String
,
OutputStream
,
IExternalSignatureContainer
)
|
Documentation changed from old to new. |
Signs a PDF where space was already reserved. |
void
signExternalContainer(
IExternalSignatureContainer,
int
)
|
Documentation changed from old to new. |
Sign the document using an external container, usually a PKCS7. |
void
timestamp(
ITSAClient,
String
)
|
Documentation changed from old to new. |
Signs a document with a PAdES-LTV Timestamp. |
void
signDetached(
IExternalDigest,
IExternalSignature
,
Certificate[]
,
Collection
,
IOcspClient
,
ITSAClient
,
int
,
CryptoStandard
)
|
Documentation changed from old to new. |
Signs the document using the detached mode, CMS or CAdES equivalent. |
void
signDetached(
IExternalDigest,
IExternalSignature
,
Certificate[]
,
Collection
,
IOcspClient
,
ITSAClient
,
int
,
CryptoStandard
,
SignaturePolicyIdentifier
)
|
Documentation changed from old to new. |
Signs the document using the detached mode, CMS or CAdES equivalent. |
void
signDetached(
IExternalDigest,
IExternalSignature
,
Certificate[]
,
Collection
,
IOcspClient
,
ITSAClient
,
int
,
CryptoStandard
,
SignaturePolicyInfo
)
|
Documentation changed from old to new. |
Signs the document using the detached mode, CMS or CAdES equivalent. |