|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.protocol.license.AsymmetricKeyRetrieval
public class AsymmetricKeyRetrieval
KeyRetrievalInfo for Flash Access content metadata containing AsymmetricKeyInfo.
Contains information needed to retrieve a content encryption
key protected with an asymmetric key.
| Constructor Summary | |
|---|---|
AsymmetricKeyRetrieval(java.util.List licenseServerCreds)
A list of Adobe-issued license server credentials containing the private key to use to decrypt the key in the metadata. |
|
AsymmetricKeyRetrieval(ServerCredential licenseServerCred)
An Adobe-issued license server credential containing the private key to use to decrypt the key in the metadata. |
|
| Method Summary | |
|---|---|
ServerCredential |
getCredential()
Retrieves the first Adobe-issued credential containing the license server's certificate and private key. |
java.util.List |
getCredentials()
Retrieves all Adobe-issued credentials containing the license server's certificate and private key. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsymmetricKeyRetrieval(ServerCredential licenseServerCred)
licenseServerCred - The license server credential.public AsymmetricKeyRetrieval(java.util.List licenseServerCreds)
licenseServerCreds - List<ServerCredential> containing the license server credentials.| Method Detail |
|---|
public ServerCredential getCredential()
public java.util.List getCredentials()
ServerCredential> containing credentials which could have been used to protect the key.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||