Package com.itextpdf.kernel.mac
Class MacStandaloneContainerReader
- java.lang.Object
-
- com.itextpdf.kernel.mac.MacContainerReader
-
- com.itextpdf.kernel.mac.MacStandaloneContainerReader
-
class MacStandaloneContainerReader extends MacContainerReader
-
-
Constructor Summary
Constructors Constructor Description MacStandaloneContainerReader(PdfDictionary authDictionary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long[]
parseByteRange(PdfDictionary authDictionary)
(package private) byte[]
parseMacContainer(PdfDictionary authDictionary)
(package private) byte[]
parseSignature(PdfDictionary authDictionary)
-
Methods inherited from class com.itextpdf.kernel.mac.MacContainerReader
getByteRange, getInstance, getSignature, parseAuthAttributes, parseDigestAlgorithm, parseMac, parseMacKey, parseMessageDigest
-
-
-
-
Constructor Detail
-
MacStandaloneContainerReader
MacStandaloneContainerReader(PdfDictionary authDictionary)
-
-
Method Detail
-
parseSignature
byte[] parseSignature(PdfDictionary authDictionary)
- Specified by:
parseSignature
in classMacContainerReader
-
parseByteRange
long[] parseByteRange(PdfDictionary authDictionary)
- Specified by:
parseByteRange
in classMacContainerReader
-
parseMacContainer
byte[] parseMacContainer(PdfDictionary authDictionary)
- Specified by:
parseMacContainer
in classMacContainerReader
-
-