|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.rights.AIRPublisherId
public class AIRPublisherId
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 |
|---|
public AIRPublisherId()
| Method Detail |
|---|
public static java.lang.String getPublisherId(java.io.InputStream sigInputStream)
throws java.io.IOException
sigInputStream - The contents of the AIR signatures.xml file.
java.io.IOException - if a problem occurs while reading the input stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||