public interface IPKSigningUtil
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createSignedAndZippedPkPassArchive(PKPass pass,
IPKPassTemplate passTemplate,
PKSigningInformation signingInformation)
Creates a signed and zipped pass using a template
|
byte[] |
signManifestFile(byte[] manifestJSON,
PKSigningInformation signingInformation) |
byte[] createSignedAndZippedPkPassArchive(PKPass pass, IPKPassTemplate passTemplate, PKSigningInformation signingInformation) throws PKSigningException
pass - The pass to signpassTemplate - A IPKPassTemplate objectsigningInformation - A PKSigningInformation object containing the signing infoPKSigningException - will throw any underlying exception in case something goes wrong (i.e. template not found)byte[] signManifestFile(byte[] manifestJSON,
PKSigningInformation signingInformation)
throws PKSigningException
PKSigningExceptionCopyright © 2012–2015. All rights reserved.