public interface IAppStorePublicKeyProvider
Modifier and Type | Method and Description |
---|---|
SimpleSignInCryptoKey<PublicKey> |
getPublicKey(IRequestContext requestContext)
Returns AppStore public key data.
|
SimpleSignInCryptoKey<PublicKey> getPublicKey(IRequestContext requestContext) throws AppStorePublicKeyException
requestContext
- IRequestContext
object which holds contextual
information required to choose the appropriate public
key to use for this request when there are multiple
keys pertaining to multiple apps and revisions.SimpleSignInCryptoKey
object holding the AppStore public
key data.AppStorePublicKeyException
- is thrown to indicate errors while accessing
the AppStore public key.