addedfield:
PKCS_FILENAME_FILTER
static javax.swing.filechooser.FileNameExtensionFilter PKCS_FILENAME_FILTER
removedmethod:
createKeyEntry
static java.security.KeyStore.PrivateKeyEntry createKeyEntry(java.lang.String alias, java.lang.String dn, int durationDays, java.security.KeyStore.PrivateKeyEntry caEntry, java.io.File keyFile, java.lang.String keystoreType, char[] protectedPassphrase) throws KeyStoreException
removedmethod:
createKeyStore
static java.security.KeyStore createKeyStore(java.lang.String alias, java.lang.String dn, int durationDays, java.security.KeyStore.PrivateKeyEntry caEntry, java.io.File keyFile, java.lang.String keystoreType, char[] protectedPassphrase) throws KeyStoreException
addedfield:
BEGIN_CERT
static java.lang.String BEGIN_CERT
addedmethod:
createKeyEntry
static java.security.KeyStore.PrivateKeyEntry createKeyEntry(java.lang.String alias, java.lang.String dn, int durationDays, java.security.KeyStore.PrivateKeyEntry caEntry, java.io.File keyFile, java.lang.String keystoreType, char[] protectedPassphrase) throws KeyStoreException
addedmethod:
createKeyStore
static java.security.KeyStore createKeyStore(java.lang.String alias, java.lang.String dn, int durationDays, java.security.KeyStore.PrivateKeyEntry caEntry, java.io.File keyFile, java.lang.String keystoreType, char[] protectedPassphrase) throws KeyStoreException
addedfield:
END_CERT
static java.lang.String END_CERT
addedmethod:
exportX509Certificates
static void exportX509Certificates(java.security.cert.Certificate[] certificates, java.io.File outFile) throws IOException, CertificateEncodingException
addedfield:
RSA_TYPE
static java.lang.String RSA_TYPE
removedmethod:
createKeyStore
static java.security.KeyStore createKeyStore(java.io.File keyFile, java.lang.String keystoreType, char[] protectedPassphrase, java.lang.String alias, sun.security.x509.CertificateExtensions certExtensions, java.lang.String dn, java.security.KeyStore.PrivateKeyEntry caSignerKeyEntry, int durationDays) throws KeyStoreException
removedmethod:
exportKeystore
static void exportKeystore(java.security.KeyStore keystore, java.io.File outFile, char[] password) throws IOException, KeyStoreException, NoSuchAlgorithmException, CertificateException
removedmethod:
exportX509Certificates
static void exportX509Certificates(java.security.KeyStore keystore, java.io.File outFile) throws IOException, KeyStoreException, CertificateEncodingException