byte[] |
PdfPKCS7.getAuthenticatedAttributeBytes(byte[] secondDigest,
byte[] ocsp,
java.util.Collection<byte[]> crlBytes,
MakeSignature.CryptoStandard sigtype) |
When using authenticatedAttributes the authentication process is different.
|
private org.bouncycastle.asn1.DERSet |
PdfPKCS7.getAuthenticatedAttributeSet(byte[] secondDigest,
byte[] ocsp,
java.util.Collection<byte[]> crlBytes,
MakeSignature.CryptoStandard sigtype) |
|
byte[] |
PdfPKCS7.getEncodedPKCS7(byte[] secondDigest,
TSAClient tsaClient,
byte[] ocsp,
java.util.Collection<byte[]> crlBytes,
MakeSignature.CryptoStandard sigtype) |
Gets the bytes for the PKCS7SignedData object.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype,
SignaturePolicyInfo signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype,
org.bouncycastle.asn1.esf.SignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|