| Package | Description | 
|---|---|
| com.itextpdf.signatures | 
| Modifier and Type | Method and Description | 
|---|---|
| static PdfSigner.CryptoStandard | PdfSigner.CryptoStandard. valueOf(String name)
             Returns the enum constant of this type with the specified name. 
            | 
| static PdfSigner.CryptoStandard[] | PdfSigner.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, byte[] ocsp, Collection Deprecated.  
              This method overload is deprecated. Please use  PdfPKCS7.getAuthenticatedAttributeBytes(byte[], PdfSigner.CryptoStandard, Collection, Collection) | 
| byte[] | PdfPKCS7. getAuthenticatedAttributeBytes(byte[] secondDigest, PdfSigner.CryptoStandard sigtype, Collection
             When using authenticatedAttributes the authentication process is different. 
            | 
| byte[] | PdfPKCS7. getEncodedPKCS7(byte[] secondDigest, ITSAClient tsaClient, byte[] ocsp, Collection Deprecated.  
              This overload is deprecated, use  PdfPKCS7.getEncodedPKCS7(byte[], PdfSigner.CryptoStandard, ITSAClient, Collection, Collection)instead. | 
| byte[] | PdfPKCS7. getEncodedPKCS7(byte[] secondDigest, PdfSigner.CryptoStandard sigtype, ITSAClient tsaClient, Collection
             Gets the bytes for the PKCS7SignedData object. 
            | 
| void | PdfSigner. signDetached(IExternalDigest externalDigest, IExternalSignature externalSignature, Certificate[] chain, 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, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype, org.bouncycastle.asn1.esf.SignaturePolicyIdentifier signaturePolicy)
             Signs the document using the detached mode, CMS or CAdES equivalent. 
            | 
| void | PdfSigner. signDetached(IExternalDigest externalDigest, IExternalSignature externalSignature, Certificate[] chain, 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. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.