Package | Description |
---|---|
com.itextpdf.text.pdf.security |
Modifier and Type | Method and Description |
---|---|
static MakeSignature.CryptoStandard |
MakeSignature.CryptoStandard.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MakeSignature.CryptoStandard[] |
MakeSignature.CryptoStandard.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
PdfPKCS7.getAuthenticatedAttributeBytes(byte[] secondDigest,
Calendar signingTime,
byte[] ocsp,
Collection<byte[]> crlBytes,
MakeSignature.CryptoStandard sigtype)
When using authenticatedAttributes the authentication process is different.
|
byte[] |
PdfPKCS7.getEncodedPKCS7(byte[] secondDigest,
Calendar signingTime,
TSAClient tsaClient,
byte[] ocsp,
Collection<byte[]> crlBytes,
MakeSignature.CryptoStandard sigtype)
Gets the bytes for the PKCS7SignedData object.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
Certificate[] chain,
Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype)
Signs the document using the detached mode, CMS or CAdES equivalent.
|
Copyright © 2019. All rights reserved.