Class SignedDataVerifier

java.lang.Object
com.apple.itunes.storekit.verification.SignedDataVerifier

public class SignedDataVerifier extends Object
A verifier and decoder class designed to decode signed data from the App Store.
  • Constructor Details

    • SignedDataVerifier

      public SignedDataVerifier(Set<InputStream> rootCertificates, String bundleId, Long appAppleId, Environment environment, boolean enableOnlineChecks)
      Parameters:
      rootCertificates - The set of Apple Root certificate authority certificates, as found on Apple PKI
      bundleId - The bundle identifier of the app.
      appAppleId - The unique identifier of the app in the App Store.
      environment - The server environment, either sandbox or production.
      enableOnlineChecks - Whether to enable revocation checking and check expiration using the current date
  • Method Details