public abstract class PKAbstractSIgningUtil extends Object implements IPKSigningUtil
| Modifier and Type | Class and Description |
|---|---|
protected class |
PKAbstractSIgningUtil.BarcodeFilterMixIn |
protected class |
PKAbstractSIgningUtil.CharsetFilterMixIn |
protected class |
PKAbstractSIgningUtil.PkPassFilterMixIn |
protected class |
PKAbstractSIgningUtil.ValidateFilterMixIn |
| Constructor and Description |
|---|
PKAbstractSIgningUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectWriter |
configureObjectMapper(com.fasterxml.jackson.databind.ObjectMapper jsonObjectMapper) |
protected String |
getRelativePathOfZipEntry(String fileToZip,
String base) |
byte[] |
signManifestFile(byte[] manifestJSON,
PKSigningInformation signingInformation) |
protected byte[] |
signManifestUsingContent(PKSigningInformation signingInformation,
org.bouncycastle.cms.CMSTypedData content) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSignedAndZippedPkPassArchivepublic byte[] signManifestFile(byte[] manifestJSON,
PKSigningInformation signingInformation)
throws PKSigningException
signManifestFile in interface IPKSigningUtilPKSigningExceptionprotected byte[] signManifestUsingContent(PKSigningInformation signingInformation, org.bouncycastle.cms.CMSTypedData content) throws PKSigningException
PKSigningExceptionprotected com.fasterxml.jackson.databind.ObjectWriter configureObjectMapper(com.fasterxml.jackson.databind.ObjectMapper jsonObjectMapper)
Copyright © 2012–2015. All rights reserved.