Uses of Class
com.itextpdf.text.pdf.security.MakeSignature.CryptoStandard

Packages that use MakeSignature.CryptoStandard
com.itextpdf.text.pdf.security   
 

Uses of MakeSignature.CryptoStandard in com.itextpdf.text.pdf.security
 

Methods in com.itextpdf.text.pdf.security that return MakeSignature.CryptoStandard
static MakeSignature.CryptoStandard MakeSignature.CryptoStandard.valueOf(java.lang.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.
 

Methods in com.itextpdf.text.pdf.security with parameters of type MakeSignature.CryptoStandard
 byte[] PdfPKCS7.getAuthenticatedAttributeBytes(byte[] secondDigest, java.util.Calendar signingTime, byte[] ocsp, java.util.Collection<byte[]> crlBytes, MakeSignature.CryptoStandard sigtype)
          When using authenticatedAttributes the authentication process is different.
 byte[] PdfPKCS7.getEncodedPKCS7(byte[] secondDigest, java.util.Calendar signingTime, 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.
 



Copyright © 2013. All Rights Reserved.