Package de.brendamour.jpasskit.signing
Class PKSigningUtil
java.lang.Object
de.brendamour.jpasskit.signing.PKSigningUtil
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]createSignedAndZippedPkPassArchive(PKPass pass, String pathToTemplateDirectory, PKSigningInformation signingInformation) Deprecated.static byte[]createSignedAndZippedPkPassArchive(PKPass pass, URL fileUrlOfTemplateDirectory, PKSigningInformation signingInformation) Deprecated.static X509CertificateloadDERCertificate(InputStream certificateInputStream) Deprecated.loadDERCertificate(String filePath) Deprecated.static KeyStoreloadPKCS12File(InputStream inputStreamOfP12, String password) Deprecated.static KeyStoreloadPKCS12File(String pathToP12, String password) Deprecated.static PKSigningInformationloadSigningInformationFromPKCS12AndIntermediateCertificateStreams(InputStream pkcs12KeyStoreInputStream, String keyStorePassword, InputStream appleWWDRCAFileInputStream) Deprecated.static PKSigningInformationloadSigningInformationFromPKCS12FileAndIntermediateCertificateFile(String pkcs12KeyStoreFilePath, String keyStorePassword, String appleWWDRCAFilePath) Deprecated.static voidsignManifestFile(File temporaryPassDirectory, File manifestJSONFile, PKSigningInformation signingInformation) Deprecated.
-
Constructor Details
-
PKSigningUtil
public PKSigningUtil()Deprecated.
-
-
Method Details
-
createSignedAndZippedPkPassArchive
@Deprecated public static byte[] createSignedAndZippedPkPassArchive(PKPass pass, URL fileUrlOfTemplateDirectory, PKSigningInformation signingInformation) throws Exception Deprecated.- Throws:
Exception
-
createSignedAndZippedPkPassArchive
@Deprecated public static byte[] createSignedAndZippedPkPassArchive(PKPass pass, String pathToTemplateDirectory, PKSigningInformation signingInformation) throws Exception Deprecated.- Throws:
Exception
-
signManifestFile
@Deprecated public static void signManifestFile(File temporaryPassDirectory, File manifestJSONFile, PKSigningInformation signingInformation) throws Exception Deprecated.- Throws:
Exception
-
loadSigningInformationFromPKCS12FileAndIntermediateCertificateFile
@Deprecated public static PKSigningInformation loadSigningInformationFromPKCS12FileAndIntermediateCertificateFile(String pkcs12KeyStoreFilePath, String keyStorePassword, String appleWWDRCAFilePath) throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException, UnrecoverableKeyException Deprecated. -
loadSigningInformationFromPKCS12AndIntermediateCertificateStreams
@Deprecated public static PKSigningInformation loadSigningInformationFromPKCS12AndIntermediateCertificateStreams(InputStream pkcs12KeyStoreInputStream, String keyStorePassword, InputStream appleWWDRCAFileInputStream) throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException, UnrecoverableKeyException Deprecated. -
loadPKCS12File
@Deprecated public static KeyStore loadPKCS12File(String pathToP12, String password) throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException Deprecated. -
loadPKCS12File
@Deprecated public static KeyStore loadPKCS12File(InputStream inputStreamOfP12, String password) throws IOException, NoSuchAlgorithmException, CertificateException, KeyStoreException Deprecated. -
loadDERCertificate
@Deprecated public X509Certificate loadDERCertificate(String filePath) throws IOException, CertificateException Deprecated.- Throws:
IOExceptionCertificateException
-
loadDERCertificate
@Deprecated public static X509Certificate loadDERCertificate(InputStream certificateInputStream) throws IOException, CertificateException Deprecated.- Throws:
IOExceptionCertificateException
-