Package com.jetbrains.notary.auth
Class AppStoreConnectAPIKey
-
- All Implemented Interfaces:
public final class AppStoreConnectAPIKey
-
-
Constructor Summary
Constructors Constructor Description AppStoreConnectAPIKey(String issuerId, String keyId, String privateKey)
-
Method Summary
Modifier and Type Method Description final StringgetIssuerId()final StringgetKeyId()final StringgetPrivateKey()-
-
Method Detail
-
getIssuerId
final String getIssuerId()
-
getPrivateKey
final String getPrivateKey()
-
-
-
-