Uses of Interface
com.adobe.epubcheck.ocf.encryption.EncryptionFilter
-
Packages that use EncryptionFilter Package Description com.adobe.epubcheck.ocf com.adobe.epubcheck.ocf.encryption -
-
Uses of EncryptionFilter in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf with type parameters of type EncryptionFilter Modifier and Type Field Description private com.google.common.collect.ImmutableMap.Builder<io.mola.galimatias.URL,EncryptionFilter>OCFContainer.Builder. encryptionFiltersprivate com.google.common.collect.ImmutableMap<io.mola.galimatias.URL,EncryptionFilter>OCFContainer. encryptionFiltersMethods in com.adobe.epubcheck.ocf with parameters of type EncryptionFilter Modifier and Type Method Description voidOCFCheckerState. addEncryptedResource(io.mola.galimatias.URL resource, EncryptionFilter filter)voidOCFContainer.Builder. addEncryption(io.mola.galimatias.URL resource, EncryptionFilter filter) -
Uses of EncryptionFilter in com.adobe.epubcheck.ocf.encryption
Classes in com.adobe.epubcheck.ocf.encryption that implement EncryptionFilter Modifier and Type Class Description classAdobeFontManglingFilterclassIDPFFontManglingFilterclassUnsupportedEncryptionFilter
-