jar

io.github.zhongzichang : spring-iap

Maven & Gradle

Sep 02, 2023
27 stars

spring-iap · SDK for validating in-app transaction receipts and handling notifications from app store server.

Table Of Contents

Latest Version

Download io.github.zhongzichang : spring-iap JAR file - Latest Versions:

All Versions

Download io.github.zhongzichang : spring-iap JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-iap-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.zhongzichang.springiap.receipt

├─ com.github.zhongzichang.springiap.receipt.InApp.class - [JAR]

├─ com.github.zhongzichang.springiap.receipt.LatestReceiptInfo.class - [JAR]

├─ com.github.zhongzichang.springiap.receipt.PendingRenewalInfo.class - [JAR]

├─ com.github.zhongzichang.springiap.receipt.Receipt.class - [JAR]

├─ com.github.zhongzichang.springiap.receipt.ReceiptVerifierImpl.class - [JAR]

├─ com.github.zhongzichang.springiap.receipt.ReceiptVerifyRequest.class - [JAR]

├─ com.github.zhongzichang.springiap.receipt.ReceiptVerifyResult.class - [JAR]

├─ com.github.zhongzichang.springiap.receipt.Status.class - [JAR]

com.github.zhongzichang.springiap

├─ com.github.zhongzichang.springiap.Environment.class - [JAR]

├─ com.github.zhongzichang.springiap.InAppOwnershipType.class - [JAR]

├─ com.github.zhongzichang.springiap.NotificationDecoder.class - [JAR]

├─ com.github.zhongzichang.springiap.ReceiptVerifier.class - [JAR]

com.github.zhongzichang.springiap.util

├─ com.github.zhongzichang.springiap.util.CertificateUtil.class - [JAR]

com.github.zhongzichang.springiap.notification

├─ com.github.zhongzichang.springiap.notification.Data.class - [JAR]

├─ com.github.zhongzichang.springiap.notification.JWSDecodedHeader.class - [JAR]

├─ com.github.zhongzichang.springiap.notification.JWSRenewalInfoDecodedPayload.class - [JAR]

├─ com.github.zhongzichang.springiap.notification.JWSTransactionDecodedPayload.class - [JAR]

├─ com.github.zhongzichang.springiap.notification.NotificationDecoderImpl.class - [JAR]

├─ com.github.zhongzichang.springiap.notification.NotificationType.class - [JAR]

├─ com.github.zhongzichang.springiap.notification.ResponseBodyV2.class - [JAR]

├─ com.github.zhongzichang.springiap.notification.ResponseBodyV2DecodedPayload.class - [JAR]

├─ com.github.zhongzichang.springiap.notification.Subtype.class - [JAR]