A
C
D
E
F
G
H
I
L
M
O
P
R
S
U
V
L
- LcpAuthenticating - class in org.readium.r2.lcp
- LcpAuthenticating.AuthenticatedLicense - class in org.readium.r2.lcp.LcpAuthenticating
- LcpAuthenticating.AuthenticationReason - class in org.readium.r2.lcp.LcpAuthenticating
- LcpAuthenticating.AuthenticationReason.Companion - class in org.readium.r2.lcp.LcpAuthenticating.AuthenticationReason
- LcpAuthenticatingKt - class in org.readium.r2.lcp
- LCPAuthenticationDelegate - class in org.readium.r2.lcp
- LCPAuthenticationDelegate - class in org.readium.r2.lcp.public
- LcpContentProtectionService - class in org.readium.r2.lcp
- LcpContentProtectionService.Companion - class in org.readium.r2.lcp.LcpContentProtectionService
- LcpContentProtectionServiceKt - class in org.readium.r2.lcp
- LcpDao - class in org.readium.r2.lcp.persistence
- LcpDecryptorTestKt - class in org.readium.r2.lcp
- LcpDialogAuthentication - class in org.readium.r2.lcp.auth
- An LcpAuthenticating implementation presenting a dialog to the user.
- LcpException - class in org.readium.r2.lcp
- LcpException.Companion - class in org.readium.r2.lcp.LcpException
- LcpException.Container - class in org.readium.r2.lcp.LcpException
- Errors while reading or writing a LCP container (LCPL, EPUB, LCPDF, etc.
- LcpException.Container.FileNotFound - class in org.readium.r2.lcp.LcpException.Container
- The file at given relative path is not found in the Container.
- LcpException.Container.OpenFailed - class in org.readium.r2.lcp.LcpException.Container
- Can't access the container, it's format is wrong.
- LcpException.Container.ReadFailed - class in org.readium.r2.lcp.LcpException.Container
- Can't read the file at given relative path in the Container.
- LcpException.Container.WriteFailed - class in org.readium.r2.lcp.LcpException.Container
- Can't write the file at given relative path in the Container.
- LcpException.CrlFetching - class in org.readium.r2.lcp.LcpException
- Failed to retrieve the Certificate Revocation List.
- LcpException.Decryption - class in org.readium.r2.lcp.LcpException
- LcpException.Decryption.ContentDecryptError - class in org.readium.r2.lcp.LcpException.Decryption
- LcpException.Decryption.ContentKeyDecryptError - class in org.readium.r2.lcp.LcpException.Decryption
- LcpException.LicenseIntegrity - class in org.readium.r2.lcp.LcpException
- An error occurred while checking the integrity of the License, it can't be retrieved.
- LcpException.LicenseIntegrity.CertificateRevoked - class in org.readium.r2.lcp.LcpException.LicenseIntegrity
- LcpException.LicenseIntegrity.InvalidCertificateSignature - class in org.readium.r2.lcp.LcpException.LicenseIntegrity
- LcpException.LicenseIntegrity.InvalidLicenseSignature - class in org.readium.r2.lcp.LcpException.LicenseIntegrity
- LcpException.LicenseIntegrity.InvalidLicenseSignatureDate - class in org.readium.r2.lcp.LcpException.LicenseIntegrity
- LcpException.LicenseIntegrity.InvalidUserKeyCheck - class in org.readium.r2.lcp.LcpException.LicenseIntegrity
- LcpException.LicenseInteractionNotAvailable - class in org.readium.r2.lcp.LcpException
- The interaction is not available with this License.
- LcpException.LicenseProfileNotSupported - class in org.readium.r2.lcp.LcpException
- This License's profile is not supported by liblcp.
- LcpException.LicenseStatus - class in org.readium.r2.lcp.LcpException
- Errors while checking the status of the License, using the Status Document.
- LcpException.LicenseStatus.Cancelled - class in org.readium.r2.lcp.LcpException.LicenseStatus
- LcpException.LicenseStatus.Expired - class in org.readium.r2.lcp.LcpException.LicenseStatus
- LcpException.LicenseStatus.NotStarted - class in org.readium.r2.lcp.LcpException.LicenseStatus
- LcpException.LicenseStatus.Returned - class in org.readium.r2.lcp.LcpException.LicenseStatus
- LcpException.LicenseStatus.Revoked - class in org.readium.r2.lcp.LcpException.LicenseStatus
- If the license has been revoked, the user message should display the number of devices which registered to the server.
- LcpException.Network - class in org.readium.r2.lcp.LcpException
- A network request failed with the given exception.
- LcpException.Parsing - class in org.readium.r2.lcp.LcpException
- Errors while parsing the License or Status JSON Documents.
- LcpException.Parsing.Encryption - class in org.readium.r2.lcp.LcpException.Parsing
- Invalid Encryption.
- LcpException.Parsing.LicenseDocument - class in org.readium.r2.lcp.LcpException.Parsing
- The JSON is not representing a valid License Document.
- LcpException.Parsing.Link - class in org.readium.r2.lcp.LcpException.Parsing
- Invalid Link.
- LcpException.Parsing.MalformedJSON - class in org.readium.r2.lcp.LcpException.Parsing
- The JSON is malformed and can't be parsed.
- LcpException.Parsing.Signature - class in org.readium.r2.lcp.LcpException.Parsing
- Invalid License Document Signature.
- LcpException.Parsing.StatusDocument - class in org.readium.r2.lcp.LcpException.Parsing
- The JSON is not representing a valid Status Document.
- LcpException.Parsing.Url - class in org.readium.r2.lcp.LcpException.Parsing
- Invalid URL for link with rel.
- LcpException.Renew - class in org.readium.r2.lcp.LcpException
- Errors while renewing a loan.
- LcpException.Renew.InvalidRenewalPeriod - class in org.readium.r2.lcp.LcpException.Renew
- Incorrect renewal period, your publication could not be renewed.
- LcpException.Renew.RenewFailed - class in org.readium.r2.lcp.LcpException.Renew
- Your publication could not be renewed properly.
- LcpException.Renew.UnexpectedServerError - class in org.readium.r2.lcp.LcpException.Renew
- An unexpected error has occurred on the licensing server.
- LcpException.Return - class in org.readium.r2.lcp.LcpException
- Errors while returning a loan.
- LcpException.Return.AlreadyReturnedOrExpired - class in org.readium.r2.lcp.LcpException.Return
- Your publication has already been returned before or is expired.
- LcpException.Return.ReturnFailed - class in org.readium.r2.lcp.LcpException.Return
- Your publication could not be returned properly.
- LcpException.Return.UnexpectedServerError - class in org.readium.r2.lcp.LcpException.Return
- An unexpected error has occurred on the licensing server.
- LcpException.Runtime - class in org.readium.r2.lcp.LcpException
- An unexpected LCP exception occurred.
- LcpException.Unknown - class in org.readium.r2.lcp.LcpException
- An unknown low-level exception was reported.
- LcpExceptionKt - class in org.readium.r2.lcp
- LcpLicense - class in org.readium.r2.lcp
- Opened license, used to decipher a protected publication and manage its license.
- LcpLicense.RenewListener - class in org.readium.r2.lcp.LcpLicense
- UX delegate for the loan renew LSD interaction.
- LcpPassphraseAuthentication - class in org.readium.r2.lcp.auth
- An LcpAuthenticating implementation which can directly use a provided clear or hashed passphrase.
- LcpService - class in org.readium.r2.lcp
- Service used to acquire and open publications protected with LCP.
- LcpService.AcquiredPublication - class in org.readium.r2.lcp.LcpService
- Information about an acquired publication protected with LCP.
- LcpService.Companion - class in org.readium.r2.lcp.LcpService
- LcpServiceKt - class in org.readium.r2.lcp
- license - enum entry in org.readium.r2.lcp.license.model.StatusDocument.Rel
- License - class in org.readium.r2.lcp.persistence
- License.Companion - class in org.readium.r2.lcp.persistence.License
- LicenseDocument - class in org.readium.r2.lcp.license.model
- LicenseDocument.Rel - class in org.readium.r2.lcp.license.model.LicenseDocument
- LicenseDocument.Rel.Companion - class in org.readium.r2.lcp.license.model.LicenseDocument.Rel
- link(LicenseDocument.Rel,MediaType) - function in org.readium.r2.lcp.license.model.LicenseDocument
- link(StatusDocument.Rel,MediaType) - function in org.readium.r2.lcp.license.model.StatusDocument
- Link - class in org.readium.r2.lcp.license.model.components
- links(LicenseDocument.Rel,MediaType) - function in org.readium.r2.lcp.license.model.LicenseDocument
- links(StatusDocument.Rel,MediaType) - function in org.readium.r2.lcp.license.model.StatusDocument
- Links - class in org.readium.r2.lcp.license.model.components