byte[] |
PdfPKCS7.getAuthenticatedAttributeBytes(byte[] secondDigest,
PdfSigner.CryptoStandard sigtype,
java.util.Collection<byte[]> ocsp,
java.util.Collection<byte[]> crlBytes) |
When using authenticatedAttributes the authentication process is different.
|
private IDERSet |
PdfPKCS7.getAuthenticatedAttributeSet(byte[] secondDigest,
java.util.Collection<byte[]> ocsp,
java.util.Collection<byte[]> crlBytes,
PdfSigner.CryptoStandard sigtype) |
|
byte[] |
PdfPKCS7.getEncodedPKCS7(byte[] secondDigest,
PdfSigner.CryptoStandard sigtype,
ITSAClient tsaClient,
java.util.Collection<byte[]> ocsp,
java.util.Collection<byte[]> crlBytes) |
Gets the bytes for the PKCS7SignedData object.
|
void |
PKCS7ExternalSignatureContainer.setSignatureType(PdfSigner.CryptoStandard sigType) |
Set a custom signature type, default value CMS
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
ISignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
SignaturePolicyInfo signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
ISignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
SignaturePolicyInfo signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|