Uses of Class
com.pd4ml.pdf.cos.security.COSSecurityException
-
Packages that use COSSecurityException Package Description com.pd4ml.pdf.cos com.pd4ml.pdf.cos.security -
-
Uses of COSSecurityException in com.pd4ml.pdf.cos
Methods in com.pd4ml.pdf.cos that return COSSecurityException Modifier and Type Method Description COSSecurityExceptionCOSDocument. getEncryptionError()Non-null when this document is encrypted but the password given toCOSParsercould not be authenticated as either the user or the owner password -- in that case, strings and streams throughout the document are still in their encrypted form.Methods in com.pd4ml.pdf.cos with parameters of type COSSecurityException Modifier and Type Method Description voidCOSDocument. setEncryptionError(COSSecurityException encryptionError) -
Uses of COSSecurityException in com.pd4ml.pdf.cos.security
Methods in com.pd4ml.pdf.cos.security that throw COSSecurityException Modifier and Type Method Description byte[]StandardSecurityHandler. decryptStream(byte[] data, long objectNumber, int generation)byte[]StandardSecurityHandler. decryptString(byte[] data, long objectNumber, int generation)static voidPdfEncryptor. encrypt(COSDocument document, PdfEncryptor.Options options)Constructors in com.pd4ml.pdf.cos.security that throw COSSecurityException Constructor Description StandardSecurityHandler(COSDictionary encryptDict, byte[] firstIdBytes, java.lang.String password)
-