Generated by
JDiff

All Documentation Differences

Package com.itextpdf.commons.utils
  Class FileUtil
    Method createTempCopy(String, String, String)
    Method createTempDirectory(String)
    Method createTempFile(String, String)

Package com.itextpdf.forms
  Class PdfAcroForm
    Method addFieldAppearanceToPage(PdfFormField, PdfPage)
    Method setDefaultJustification(int)

Package com.itextpdf.forms.fields
  Class PdfButtonFormField
    Method getFormType()
    Method isPushButton()
    Method isRadio()
    Method isRadiosInUnison()
    Method isToggleOff()
    Method setPushButton(boolean)
    Method setRadio(boolean)
    Method setRadiosInUnison(boolean)
    Method setToggleOff(boolean)
    Field FF_NO_TOGGLE_TO_OFF

  Class PdfChoiceFormField
    Method getTopIndex()
    Method isCommitOnSelChange()
    Method isEdit()
    Method isMultiSelect()
    Method isSort()
    Method isSpellCheck()
    Method setCombo(boolean)
    Method setCommitOnSelChange(boolean)
    Method setEdit(boolean)
    Method setIndices(PdfArray)
    Method setListSelected(String[])
    Method setListSelected(String[], boolean)
    Method setListSelected(int[])
    Method setMultiSelect(boolean)
    Method setSort(boolean)
    Method setSpellCheck(boolean)
    Method setTopIndex(int)
    Field FF_COMBO

  Class PdfFormField
    PdfFormField(PdfDocument)
    PdfFormField(PdfWidgetAnnotation, PdfDocument)
    Method getAdditionalAction()
    Method getAlternativeName()
    Method getAppearanceStates()
    Method getDefaultAppearance()
    Method getDefaultStyle()
    Method getDefaultValue()
    Method getFieldFlag(int)
    Method getFieldFlags()
    Method getFieldName()
    Method getFontSize()
    Method getJustification()
    Method getKids()
    Method getMappingName()
    Method getOptions()
    Method getParent()
    Method getRichText()
    Method getValue()
    Method getValueAsString()
    Method getWidgets()
    Method isPassword()
    Method makeFormField(PdfObject, PdfDocument)
    Method put(PdfName, PdfObject)
    Method regenerateField()
    Method release()
    Method remove(PdfName)
    Method setAdditionalAction(PdfName, PdfAction)
    Method setAlternativeName(String)
    Method setCheckType(CheckBoxType)
    Method setColor(Color)
    Method setDefaultStyle(PdfString)
    Method setDefaultValue(PdfObject)
    Method setFieldFlag(int)
    Method setFieldFlag(int, boolean)
    Method setFieldFlags(int)
    Method setFieldName(String)
    Method setFont(PdfFont)
    Method setFontAndSize(PdfFont, float)
    Method setFontSizeAutoScale()
    Method setJustification(TextAlignment)
    Method setMappingName(String)
    Method setNoExport(boolean)
    Method setOptions(PdfArray)
    Method setParent(PdfFormField)
    Method setReadOnly(boolean)
    Method setRequired(boolean)
    Method setRichText(PdfObject)
    Method setValue(String)
    Method setValue(String, PdfFont, float)
    Method setValue(String, String)
    Method setValue(String, boolean)

Package com.itextpdf.io.font
  Class FontProgram
    Method getCharBBox(int)
    Method getKerning(Glyph, Glyph)
    Method getKerning(int, int)
    Method getWidth(int)
    Method isBuiltWith(String)
    Method setItalicAngle(int)
    Field encodingScheme

Package com.itextpdf.io.util
  Class GhostscriptHelper
    Method runGhostScriptImageGeneration(String, String, String)
    Method runGhostScriptImageGeneration(String, String, String, String)

  Class ImageMagickHelper
    Method runImageMagickImageCompare(String, String, String)
    Method runImageMagickImageCompare(String, String, String, String)
    Method runImageMagickImageCompareAndGetResult(String, String, String, String)
    Method runImageMagickImageCompareWithThreshold(String, String, String, String, long)

Package com.itextpdf.kernel.crypto
  Class AESCipher
    AESCipher(boolean, byte[], byte[])

  Class AESCipherCBCnoPad
    AESCipherCBCnoPad(boolean, byte[])
    AESCipherCBCnoPad(boolean, byte[], byte[])

  Class CryptoUtil
    Method createAsn1OutputStream(OutputStream, String)

Package com.itextpdf.kernel.crypto.securityhandler
  Class SecurityHandler
    Method setHashKeyForNextObject(int, int)
    Field nextObjectKey
    Field nextObjectKeySize

Package com.itextpdf.kernel.font
  Class PdfFont
    Method appendAnyGlyph(String, int, List)
    Method appendGlyphs(String, int, int, List)
    Method containsGlyph(int)
    Method convertToBytes(String)
    Method getAscent(String, float)
    Method getAscent(int, float)
    Method getDescent(String, float)
    Method getDescent(int, float)
    Method getGlyph(int)
    Method getPdfFontStream(byte[], int[])
    Method getWidth(String)
    Method getWidth(String, float)
    Method getWidth(int)
    Method getWidth(int, float)
    Method isBuiltWith(String, String)
    Method setSubset(boolean)
    Method updateSubsetPrefix(String, boolean, boolean)

Package com.itextpdf.kernel.pdf
  Class PdfDeveloperExtension
    PdfDeveloperExtension(PdfName, PdfName, int)

  Class PdfEncryptor
    Method getContent(IRecipientInformation, PrivateKey, String)

  Class PdfNameTree
    Method buildTree()
    Method getNames()
    Method isModified()

  Class PdfPage
    Method put(PdfName, PdfObject)
    Method removeAnnotation(PdfAnnotation)

Package com.itextpdf.kernel.pdf.extgstate
  Class PdfExtGState
    Method getBlackGenerationFunction()
    Method getBlackGenerationFunction2()
    Method getTransferFunction()
    Method getTransferFunction2()
    Method getUndercolorRemovalFunction()
    Method getUndercolorRemovalFunction2()
    Method setBlackGenerationFunction(PdfObject)
    Method setBlackGenerationFunction2(PdfObject)
    Method setTransferFunction(PdfObject)
    Method setTransferFunction2(PdfObject)
    Method setUndercolorRemovalFunction(PdfObject)
    Method setUndercolorRemovalFunction2(PdfObject)

Package com.itextpdf.kernel.pdf.tagutils
  Class TagStructureContext
    Method setDocumentDefaultNamespace(PdfNamespace)

Package com.itextpdf.kernel.utils
  Class CompareTool
    Method compareVisually(String, String, String, String)
    Method compareVisually(String, String, String, String, Map>)

  Class DefaultSafeXmlParserFactory
    Method configureSafeDocumentBuilderFactory(DocumentBuilderFactory)
    Method createDocumentBuilderFactory()
    Method createSAXParserFactory()

Package com.itextpdf.layout
  Class ElementPropertyContainer
    Method setFixedPosition(float, float, UnitValue)

Package com.itextpdf.layout.renderer
  Class AbstractRenderer
    Method applyBorderBox(Rectangle, boolean)
    Method applyPaddings(Rectangle, boolean)

  Class TextPreprocessingUtil
    Method replaceSpecialWhitespaceGlyphs(GlyphLine, PdfFont)

Package com.itextpdf.pdfa.checker
  Class PdfAChecker

Package com.itextpdf.signatures
  Class CertificateInfo.X500Name
    Method getField(String)
    Method getFieldArray(String)

  Class CertificateInfo
    Method getIssuer(byte[])
    Method getIssuerFields(X509Certificate)
    Method getSubject(byte[])
    Method getSubjectFields(X509Certificate)

  Class CertificateUtil
    Method getCRL(String)
    Method getCRL(X509Certificate)
    Method getCRLURL(X509Certificate)
    Method getOCSPURL(X509Certificate)
    Method getTSAURL(X509Certificate)

  Class CertificateVerification
    Method verifyCertificates(Certificate[], KeyStore)
    Method verifyCertificates(Certificate[], KeyStore, Calendar)
    Method verifyCertificates(Certificate[], KeyStore, Collection)
    Method verifyCertificates(Certificate[], KeyStore, Collection, Calendar)

  Class CrlClientOnline
    Method getEncoded(X509Certificate, String)

  Class ICrlClient
    Method getEncoded(X509Certificate, String)

  Class ITSAInfoBouncyCastle
    Method inspectTimeStampTokenInfo(ITimeStampTokenInfo)

  Class LtvVerification
    LtvVerification(PdfDocument, String)
    Method addVerification(String, Collection, Collection, Collection)
    Method addVerification(String, IOcspClient, ICrlClient, CertificateOption, Level, CertificateInclusion)
    Method convertToHex(byte[])

  Class LtvVerifier
    LtvVerifier(PdfDocument)
    Method coversWholeDocument()
    Method getCRLsFromDSS()
    Method getOCSPResponsesFromDSS()
    Method setCertificateOption(CertificateOption)
    Method setVerifier(CertificateVerifier)
    Method switchToPreviousRevision()
    Method verify(List)
    Method verify(X509Certificate, X509Certificate, Date)
    Method verifyChain(Certificate[])
    Method verifySignature()

  Class OCSPVerifier
    OCSPVerifier(CertificateVerifier, List)
    Method getOcspResponse(X509Certificate, X509Certificate)
    Method isSignatureValid(IBasicOCSPResp, Certificate)
    Method isValidResponse(IBasicOCSPResp, X509Certificate, Date)
    Method verify(IBasicOCSPResp, X509Certificate, X509Certificate, Date)
    Field ocsps

  Class OcspClientBouncyCastle
    Method getBasicOCSPResp(X509Certificate, X509Certificate, String)

  Class PdfPKCS7
    PdfPKCS7(PrivateKey, Certificate[], String, String, IExternalDigest, boolean)
    Method getAuthenticatedAttributeBytes(byte[], CryptoStandard, Collection, Collection)
    Method getEncodedPKCS7(byte[])
    Method getEncodedPKCS7(byte[], CryptoStandard, ITSAClient, Collection, Collection)
    Method getTimeStampDate()
    Method update(byte[], int, int)
    Method verifySignatureIntegrityAndAuthenticity()
    Method verifyTimestampImprint()

  Class PdfSigner
    Method processCrl(Certificate, Collection)

  Class SignaturePolicyInfo
    SignaturePolicyInfo(String, String, String, String)
    SignaturePolicyInfo(String, byte[], String, String)

  Class TSAClientBouncyCastle
    Method getTimeStampToken(byte[])

  Class VerificationException
    VerificationException(Certificate, String)

Package com.itextpdf.test.annotations.type
  Class SlowTest