ApplicationKeyManagerUtils

Package: ghidra.net
Type: class

12.0.1_PUBLIC

removedtype: ghidra.net.ApplicationKeyManagerUtils
class ApplicationKeyManagerUtils

10.3_PUBLIC

addedfield: PKCS_FILE_EXTENSIONS
static java.lang.String[] PKCS_FILE_EXTENSIONS
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

10.1_PUBLIC

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
removedfield: DEFAULT_AUTH_TYPE
static java.lang.String DEFAULT_AUTH_TYPE
removedfield: DEFAULT_SIGNING_ALGORITHM
static java.lang.String DEFAULT_SIGNING_ALGORITHM
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

9.0.1_PUBLIC

introducedInitial version