com.adobe.flashaccess.sdk.media.drm
Class MediaEncrypterResult

java.lang.Object
  extended by com.adobe.flashaccess.sdk.media.drm.MediaEncrypterResult
Direct Known Subclasses:
F4VEncrypterResult, FLVEncrypterResult

public abstract class MediaEncrypterResult
extends java.lang.Object

Abstract class that contains status information returned by MediaEncrypter.


Method Summary
 KeyStatus getKeyInfo()
          Gets information about the key.
 java.util.List getWarnings()
          Gets the warnings issued during encryption.
 boolean hasWarnings()
          Indicates whether any warnings are set.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeyInfo

public KeyStatus getKeyInfo()
Gets information about the key.

Returns:
The key information.

hasWarnings

public boolean hasWarnings()
Indicates whether any warnings are set.

Returns:
true if any warnings are set, false otherwise.

getWarnings

public java.util.List getWarnings()
Gets the warnings issued during encryption.

Returns:
A list of warnings.


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