@Deprecated public class PKSigningUtil extends Object
| Constructor and Description |
|---|
PKSigningUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
createSignedAndZippedPkPassArchive(PKPass pass,
String pathToTemplateDirectory,
PKSigningInformation signingInformation)
Deprecated.
|
static byte[] |
createSignedAndZippedPkPassArchive(PKPass pass,
URL fileUrlOfTemplateDirectory,
PKSigningInformation signingInformation)
Deprecated.
|
static X509Certificate |
loadDERCertificate(InputStream certificateInputStream)
Deprecated.
|
X509Certificate |
loadDERCertificate(String filePath)
Deprecated.
|
static KeyStore |
loadPKCS12File(InputStream inputStreamOfP12,
String password)
Deprecated.
|
static KeyStore |
loadPKCS12File(String pathToP12,
String password)
Deprecated.
|
static PKSigningInformation |
loadSigningInformationFromPKCS12AndIntermediateCertificateStreams(InputStream pkcs12KeyStoreInputStream,
String keyStorePassword,
InputStream appleWWDRCAFileInputStream)
Deprecated.
|
static PKSigningInformation |
loadSigningInformationFromPKCS12FileAndIntermediateCertificateFile(String pkcs12KeyStoreFilePath,
String keyStorePassword,
String appleWWDRCAFilePath)
Deprecated.
|
static void |
signManifestFile(File temporaryPassDirectory,
File manifestJSONFile,
PKSigningInformation signingInformation)
Deprecated.
|
@Deprecated public static byte[] createSignedAndZippedPkPassArchive(PKPass pass, URL fileUrlOfTemplateDirectory, PKSigningInformation signingInformation) throws Exception
Exception@Deprecated public static byte[] createSignedAndZippedPkPassArchive(PKPass pass, String pathToTemplateDirectory, PKSigningInformation signingInformation) throws Exception
Exception@Deprecated public static void signManifestFile(File temporaryPassDirectory, File manifestJSONFile, PKSigningInformation signingInformation) throws Exception
Exception@Deprecated public static PKSigningInformation loadSigningInformationFromPKCS12FileAndIntermediateCertificateFile(String pkcs12KeyStoreFilePath, String keyStorePassword, String appleWWDRCAFilePath) throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException, NoSuchProviderException, UnrecoverableKeyException
@Deprecated public static PKSigningInformation loadSigningInformationFromPKCS12AndIntermediateCertificateStreams(InputStream pkcs12KeyStoreInputStream, String keyStorePassword, InputStream appleWWDRCAFileInputStream) throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException, NoSuchProviderException, UnrecoverableKeyException
@Deprecated public static KeyStore loadPKCS12File(String pathToP12, String password) throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException, NoSuchProviderException
@Deprecated public static KeyStore loadPKCS12File(InputStream inputStreamOfP12, String password) throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException, NoSuchProviderException
@Deprecated public X509Certificate loadDERCertificate(String filePath) throws IOException, CertificateException
IOExceptionCertificateException@Deprecated public static X509Certificate loadDERCertificate(InputStream certificateInputStream) throws IOException, CertificateException
IOExceptionCertificateExceptionCopyright © 2012–2015. All rights reserved.