public interface IAppStorePrivateKeyProvider
Modifier and Type | Method and Description |
---|---|
SimpleSignInCryptoKey<PrivateKey> |
getPrivateKey(String asin,
String appVersion)
Returns AppStore private key data.
|
SimpleSignInCryptoKey<PrivateKey> getPrivateKey(String asin, String appVersion) throws AppStorePrivateKeyException
asin
- ASIN that uniquely identifies the application whose
private key data is requested.appVersion
- Application revision.SimpleSignInCryptoKey
object holding the AppStore private
key data.AppStorePrivateKeyException