Uses of Class
de.brendamour.jpasskit.signing.PKSigningInformation
-
Packages that use PKSigningInformation Package Description de.brendamour.jpasskit.signing -
-
Uses of PKSigningInformation in de.brendamour.jpasskit.signing
Methods in de.brendamour.jpasskit.signing that return PKSigningInformation Modifier and Type Method Description PKSigningInformationPKSigningInformationUtil. loadSigningInformation(java.lang.String keyStoreFilePath, java.lang.String keyStorePassword, java.lang.String appleWWDRCAFilePath)Load all signing information necessary for pass generation from the filesystem or classpath.PKSigningInformationPKSigningInformationUtil. loadSigningInformationFromPKCS12AndIntermediateCertificate(java.io.InputStream keyStoreInputStream, java.lang.String keyStorePassword, java.io.InputStream appleWWDRCAFileInputStream)Load all signing information necessary for pass generation using two input streams for the key store and the Apple WWDRCA certificate.PKSigningInformationPKSigningInformationUtil. loadSigningInformationFromPKCS12AndIntermediateCertificate(java.lang.String keyPath, java.lang.String keyPassword, java.lang.String appleWWDRCAFilePath)Load all signing information necessary for pass generation from the filesystem or classpath.static PKSigningInformationPKSigningUtil. loadSigningInformationFromPKCS12AndIntermediateCertificateStreams(java.io.InputStream pkcs12KeyStoreInputStream, java.lang.String keyStorePassword, java.io.InputStream appleWWDRCAFileInputStream)Deprecated.static PKSigningInformationPKSigningUtil. loadSigningInformationFromPKCS12FileAndIntermediateCertificateFile(java.lang.String pkcs12KeyStoreFilePath, java.lang.String keyStorePassword, java.lang.String appleWWDRCAFilePath)Deprecated.Methods in de.brendamour.jpasskit.signing with parameters of type PKSigningInformation Modifier and Type Method Description byte[]IPKSigningUtil. createSignedAndZippedPersonalizedPkPassArchive(PKPass pass, PKPersonalization personalization, IPKPassTemplate passTemplate, PKSigningInformation signingInformation)Creates a signed and zipped personalized pass using a templatebyte[]PKFileBasedSigningUtil. createSignedAndZippedPersonalizedPkPassArchive(PKPass pass, PKPersonalization personalization, IPKPassTemplate passTemplate, PKSigningInformation signingInformation)byte[]PKInMemorySigningUtil. createSignedAndZippedPersonalizedPkPassArchive(PKPass pass, PKPersonalization personalization, IPKPassTemplate passTemplate, PKSigningInformation signingInformation)byte[]IPKSigningUtil. createSignedAndZippedPkPassArchive(PKPass pass, IPKPassTemplate passTemplate, PKSigningInformation signingInformation)Creates a signed and zipped pass using a templatebyte[]PKFileBasedSigningUtil. createSignedAndZippedPkPassArchive(PKPass pass, IPKPassTemplate passTemplate, PKSigningInformation signingInformation)byte[]PKFileBasedSigningUtil. createSignedAndZippedPkPassArchive(PKPass pass, java.lang.String pathToTemplateDirectory, PKSigningInformation signingInformation)byte[]PKFileBasedSigningUtil. createSignedAndZippedPkPassArchive(PKPass pass, java.net.URL fileUrlOfTemplateDirectory, PKSigningInformation signingInformation)byte[]PKInMemorySigningUtil. createSignedAndZippedPkPassArchive(PKPass pass, IPKPassTemplate passTemplate, PKSigningInformation signingInformation)static byte[]PKSigningUtil. createSignedAndZippedPkPassArchive(PKPass pass, java.lang.String pathToTemplateDirectory, PKSigningInformation signingInformation)Deprecated.static byte[]PKSigningUtil. createSignedAndZippedPkPassArchive(PKPass pass, java.net.URL fileUrlOfTemplateDirectory, PKSigningInformation signingInformation)Deprecated.byte[]IPKSigningUtil. signManifestFile(byte[] manifestJSON, PKSigningInformation signingInformation)Sign the manifest filebyte[]PKAbstractSigningUtil. signManifestFile(byte[] manifestJSON, PKSigningInformation signingInformation)static voidPKSigningUtil. signManifestFile(java.io.File temporaryPassDirectory, java.io.File manifestJSONFile, PKSigningInformation signingInformation)Deprecated.voidPKFileBasedSigningUtil. signManifestFileAndWriteToDirectory(java.io.File temporaryPassDirectory, java.io.File manifestJSONFile, PKSigningInformation signingInformation)protected byte[]PKAbstractSigningUtil. signManifestUsingContent(PKSigningInformation signingInformation, org.bouncycastle.cms.CMSTypedData content)
-