com.adobe.flashaccess.sdk.media.drm.keys.livecycle
Interface LiveCycleKeyMetaData

All Superinterfaces:
KeyMetaData

public interface LiveCycleKeyMetaData
extends KeyMetaData

Used to pass information necessary for the client to retrieve the key from the LiveCycle ES server.


Method Summary
 java.lang.String getDomainString()
          If the content requires authentication with an external authentication provider, this method is used to get the authentication domain name.
 java.lang.String getEDCDataString()
          Gets the data that is interpreted by the client when retrieving a license.
 java.lang.String getLicenseId()
          Gets the license identifier (unique per piece of content)
 java.lang.String getLicenseString()
          Gets the license information.
 java.lang.String getPolicyId()
          Gets the identifier of the policy used to protect the content.
 java.lang.String getPolicyString()
          Gets the policy information.
 java.lang.String getServerURL()
          Gets the URL of the server that will issue licenses for the content.
 
Methods inherited from interface com.adobe.flashaccess.sdk.media.drm.keys.KeyMetaData
getDRMHeaderBytes
 

Method Detail

getPolicyString

java.lang.String getPolicyString()
Gets the policy information.

Returns:
The policy information.

getLicenseString

java.lang.String getLicenseString()
Gets the license information.

Returns:
The license information.

getDomainString

java.lang.String getDomainString()
If the content requires authentication with an external authentication provider, this method is used to get the authentication domain name. It returns an empty string if authentication is not required or if a Flash Media Rights Management Server external authentication provider is not being used.

Returns:
The authentication domain name.

getEDCDataString

java.lang.String getEDCDataString()
Gets the data that is interpreted by the client when retrieving a license.

Returns:
The data that is interpreted by the client when retrieving a license.

getPolicyId

java.lang.String getPolicyId()
Gets the identifier of the policy used to protect the content.

Returns:
The policy identifier.

getLicenseId

java.lang.String getLicenseId()
Gets the license identifier (unique per piece of content)

Returns:
The license identifier.

getServerURL

java.lang.String getServerURL()
Gets the URL of the server that will issue licenses for the content.

Returns:
The LiveCycle ES server URL.


[an error occurred while processing this directive] [an error occurred while processing this directive]