Class IDPFFontManglingFilter
- java.lang.Object
-
- com.adobe.epubcheck.ocf.encryption.IDPFFontManglingFilter
-
- All Implemented Interfaces:
EncryptionFilter
public class IDPFFontManglingFilter extends java.lang.Object implements EncryptionFilter
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringuniqueIdentifier
-
Constructor Summary
Constructors Constructor Description IDPFFontManglingFilter(java.lang.String Uid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanDecrypt()java.io.InputStreamdecrypt(java.io.InputStream in)
-
-
-
Method Detail
-
canDecrypt
public boolean canDecrypt()
- Specified by:
canDecryptin interfaceEncryptionFilter
-
decrypt
public java.io.InputStream decrypt(java.io.InputStream in)
- Specified by:
decryptin interfaceEncryptionFilter
-
-