com.adobe.flashaccess.sdk.rights
Class AIRPublisherId

java.lang.Object
  extended by com.adobe.flashaccess.sdk.rights.AIRPublisherId

public class AIRPublisherId
extends java.lang.Object

Utility class for calculating the Publisher ID for an AIR Application.


Constructor Summary
AIRPublisherId()
           
 
Method Summary
static java.lang.String getPublisherId(java.io.InputStream sigInputStream)
          Computes the publisher ID of the AIR application based on the signature in the specified input stream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AIRPublisherId

public AIRPublisherId()
Method Detail

getPublisherId

public static java.lang.String getPublisherId(java.io.InputStream sigInputStream)
                                       throws java.io.IOException
Computes the publisher ID of the AIR application based on the signature in the specified input stream.

Parameters:
sigInputStream - The contents of the AIR signatures.xml file.
Returns:
Publisher ID
Throws:
java.io.IOException - if a problem occurs while reading the input stream


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