A C D F G I J L O P R S T V

A

acquireLicense(DRMMetadata, DRMAcquireLicenseSettings, DRMOperationErrorCallback, DRMLicenseAcquiredCallback) - Method in class com.adobe.ave.drm.DRMManager
Loads a license from a media rights server or the local license cache.
acquirePreviewLicense(DRMMetadata, DRMOperationErrorCallback, DRMLicenseAcquiredCallback) - Method in class com.adobe.ave.drm.DRMManager
Gets a preview license from the license server, which you can use to let a user verify that they can play content on particular computer.
authenticate(DRMMetadata, String, String, String, String, DRMOperationErrorCallback, DRMAuthenticationCompleteCallback) - Method in class com.adobe.ave.drm.DRMManager
Authenticates a user.
AuthenticationComplete(byte[]) - Method in interface com.adobe.ave.drm.DRMAuthenticationCompleteCallback
 

C

com.adobe.ave.drm - package com.adobe.ave.drm
 
createFromData(DRMManager, byte[], DRMOperationErrorCallback) - Static method in class com.adobe.ave.drm.DRMMetadata
 
createMetadataFromBytes(byte[], DRMOperationErrorCallback) - Method in class com.adobe.ave.drm.DRMManager
 

D

DRMAcquireLicenseSettings - Enum in com.adobe.ave.drm
Provides constants for use with the settings parameter of the DRMManager acquireLicense() method
DRMAuthenticationCompleteCallback - Interface in com.adobe.ave.drm
 
DRMAuthenticationMethod - Enum in com.adobe.ave.drm
The AuthenticationMethod class provides string constants enumerating the different types of authentication used by the authenticationMethod property of the DRMMetadata class
DRMLicense - Class in com.adobe.ave.drm
The DRMLicense class is a handle to the license token that allows a user to view DRM-protected content.
DRMLicense(byte[], Date, Date, Date, Date, String, String, String, DRMPlaybackTimeWindow, Map<String, byte[]>) - Constructor for class com.adobe.ave.drm.DRMLicense
 
DRMLicenseAcquiredCallback - Interface in com.adobe.ave.drm
 
DRMLicenseDomain - Class in com.adobe.ave.drm
A license domain signifies a group of playback devices that shares protected-content playback rights.
DRMLicenseDomain(int, String, String, long) - Constructor for class com.adobe.ave.drm.DRMLicenseDomain
 
DRMLicenseReturnCompleteCallback - Interface in com.adobe.ave.drm
 
DRMManager - Class in com.adobe.ave.drm
The DRMManager manages the retrieval and storage of the licenses needed to view DRM-protected content.
DRMMetadata - Class in com.adobe.ave.drm
The DRMMetadata class provides the information required to obtain the license necessary to view DRM-protected content.
DRMMetadata(DRMManager, byte[], DRMOperationErrorCallback) - Constructor for class com.adobe.ave.drm.DRMMetadata
 
DRMOperationCompleteCallback - Interface in com.adobe.ave.drm
 
DRMOperationErrorCallback - Interface in com.adobe.ave.drm
 
DRMPlaybackTimeWindow - Class in com.adobe.ave.drm
The DRMPlaybackTimeWindow class represents the period of time during which a DRM license is valid.
DRMPlaybackTimeWindow(long, Date, Date) - Constructor for class com.adobe.ave.drm.DRMPlaybackTimeWindow
 
DRMPolicy - Class in com.adobe.ave.drm
A DRMPolicy object presents the information that is required to successfully retrieve and consume a license, such as the type of authentication and the content domain of the media rights server.
DRMPolicy(String, int, String, DRMLicenseDomain) - Constructor for class com.adobe.ave.drm.DRMPolicy
 
DRMSession - Class in com.adobe.ave.drm
 
DRMSession() - Constructor for class com.adobe.ave.drm.DRMSession
 

F

finalize() - Method in class com.adobe.ave.drm.DRMLicenseDomain
 
finalize() - Method in class com.adobe.ave.drm.DRMMetadata
 

G

getAuthenticationDomain() - Method in class com.adobe.ave.drm.DRMLicenseDomain
The content domain of the license domain registration server to which the user must be authenticated before registering to this license domain.
getAuthenticationDomain() - Method in class com.adobe.ave.drm.DRMPolicy
The content domain of the media rights server to which the user must be authenticated to obtain the license for the associated content.
getAuthenticationMethod() - Method in class com.adobe.ave.drm.DRMLicenseDomain
The type of authentication required to register to this license domain.
getAuthenticationMethod() - Method in class com.adobe.ave.drm.DRMPolicy
The type of authentication required to obtain a license for the associated content.
getCustomProperties() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The custom application-defined rights, if any, defined by the customer when packaging the content.
getDisplayName() - Method in class com.adobe.ave.drm.DRMPolicy
 
getLicenseDomain() - Method in class com.adobe.ave.drm.DRMPolicy
 
getLicenseEndDate() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The date on which this license expires.
getLicenseID() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The ID of this license.
getLicenseId() - Method in class com.adobe.ave.drm.DRMMetadata
A unique id identifying the content associated with this metadata on the media rights server.
getLicenseStartDate() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The beginning of this license's validity period.
getMaxOperationTime() - Method in class com.adobe.ave.drm.DRMManager
 
getOfflineStorageEndDate() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The date and time at which this license expires for offline playback (caching the license locally).
getOfflineStorageStartDate() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The date and time at which this license becomes valid for offline playback (caching the license locally).
getPlaybackEndDate() - Method in class com.adobe.ave.drm.DRMPlaybackTimeWindow
The end date for the period of time during which a DRM license is valid (the playback window).
getPlaybackPeriodInSeconds() - Method in class com.adobe.ave.drm.DRMPlaybackTimeWindow
The period of time during which a DRM voucher is valid (the playback window), in seconds.
getPlaybackStartDate() - Method in class com.adobe.ave.drm.DRMPlaybackTimeWindow
The start date for the period of time during which a DRM voucher is valid (the playback window).
getPlaybackTimeWindow() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The time period, after the first viewing, during which the associated content can be viewed or reviewed.
getPolicies() - Method in class com.adobe.ave.drm.DRMMetadata
Retrieves an array of DRMPolicy objects.
getPolicyID() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The policy ID of this license.
getServerURL() - Method in class com.adobe.ave.drm.DRMLicense
[read-only] The URL of the license server used to obtain this license.
getServerURL() - Method in class com.adobe.ave.drm.DRMLicenseDomain
The URL of the registration server for this device group.
getServerURL() - Method in class com.adobe.ave.drm.DRMMetadata
The URL of a media rights server that provides the voucher that is required to view the associated content.
getSharedManager(Context) - Static method in class com.adobe.ave.drm.DRMManager
Returns the singleton DRMManager instance

I

initialize(DRMOperationErrorCallback, DRMOperationCompleteCallback) - Method in class com.adobe.ave.drm.DRMManager
Precomputes anything that can be precomputed so that future playback will have the shortest delay possible.

J

joinLicenseDomain(DRMLicenseDomain, boolean, DRMOperationErrorCallback, DRMOperationCompleteCallback) - Method in class com.adobe.ave.drm.DRMManager
 

L

leaveLicenseDomain(DRMLicenseDomain, DRMOperationErrorCallback, DRMOperationCompleteCallback) - Method in class com.adobe.ave.drm.DRMManager
 
LicenseAcquired(DRMLicense) - Method in interface com.adobe.ave.drm.DRMLicenseAcquiredCallback
 
licenseId - Variable in class com.adobe.ave.drm.DRMMetadata
 

O

OperationComplete(long) - Method in interface com.adobe.ave.drm.DRMLicenseReturnCompleteCallback
 
OperationComplete() - Method in interface com.adobe.ave.drm.DRMOperationCompleteCallback
 
OperationError(long, long, Exception) - Method in interface com.adobe.ave.drm.DRMOperationErrorCallback
 

P

peerObject - Variable in class com.adobe.ave.drm.DRMManager
 
peerObject - Variable in class com.adobe.ave.drm.DRMMetadata
 
policies - Variable in class com.adobe.ave.drm.DRMMetadata
 

R

resetDRM(DRMOperationErrorCallback, DRMOperationCompleteCallback) - Method in class com.adobe.ave.drm.DRMManager
Deletes all locally cached digital rights management (DRM) license data.
returnLicense(String, String, String, boolean, DRMOperationErrorCallback, DRMLicenseReturnCompleteCallback) - Method in class com.adobe.ave.drm.DRMManager
Returns the policies associated with a licenseID or a policy of a particular licenseID

S

serverURL - Variable in class com.adobe.ave.drm.DRMMetadata
 
setAuthenticationToken(DRMMetadata, String, byte[], DRMOperationErrorCallback, DRMOperationCompleteCallback) - Method in class com.adobe.ave.drm.DRMManager
Sets the authentication token to use for communication with the specified server and domain.
setMaxOperationTime(long) - Method in class com.adobe.ave.drm.DRMManager
 
setMaxOperationTimeNative(long) - Method in class com.adobe.ave.drm.DRMManager
 
storeLicenseBytes(byte[], DRMOperationErrorCallback, DRMOperationCompleteCallback) - Method in class com.adobe.ave.drm.DRMManager
 

T

toBytes() - Method in class com.adobe.ave.drm.DRMLicense
 
toString() - Method in class com.adobe.ave.drm.DRMLicense
 
toString() - Method in class com.adobe.ave.drm.DRMLicenseDomain
 
toString() - Method in class com.adobe.ave.drm.DRMMetadata
 
toString() - Method in class com.adobe.ave.drm.DRMPlaybackTimeWindow
 
toString() - Method in class com.adobe.ave.drm.DRMPolicy
 

V

valueOf(String) - Static method in enum com.adobe.ave.drm.DRMAcquireLicenseSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.ave.drm.DRMAuthenticationMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.adobe.ave.drm.DRMAcquireLicenseSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.ave.drm.DRMAuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.

A C D F G I J L O P R S T V