-
public interface ContentProtectionBridge between a Content Protection technology and the Readium toolkit.
Its responsibilities are to:
Create a Container one can access the publication through.
Create a ContentProtectionService publication service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classContentProtection.OpenErrorpublic final classContentProtection.OpenResultHolds the result of opening an Asset with a ContentProtection.
public final classContentProtection.SchemeRepresents a specific Content Protection technology, uniquely identified with an uri.
-
Method Summary
Modifier and Type Method Description abstract Try<ContentProtection.OpenResult, ContentProtection.OpenError>open(Asset asset, String credentials, Boolean allowUserInteraction)Attempts to unlock a potentially protected publication asset. -
-
Method Detail
-
open
abstract Try<ContentProtection.OpenResult, ContentProtection.OpenError> open(Asset asset, String credentials, Boolean allowUserInteraction)
Attempts to unlock a potentially protected publication asset.
-
-
-
-