ApplicationKeyManagerFactory

Package: ghidra.net
Type: class

12.0.1_PUBLIC

addedmethod: clearKeyManagerCache
static void clearKeyManagerCache()
addedmethod: getKeyManager
static javax.net.ssl.X509KeyManager getKeyManager(java.lang.String keystorePath, java.lang.String defaultPasswd) throws CancelledException, KeyStoreException
removedmethod: addSubjectAlternativeName
static void addSubjectAlternativeName(java.lang.String subjectAltName)
removedfield: DEFAULT_PASSWORD
static java.lang.String DEFAULT_PASSWORD
removedmethod: getKeyStore
static java.lang.String getKeyStore()
removedmethod: getPreferredKeyStore
static java.lang.String getPreferredKeyStore()
removedmethod: getSubjectAlternativeName
static java.util.List<java.lang.String> getSubjectAlternativeName()
removedmethod: initialize
static boolean initialize()
removedmethod: invalidateKeyManagers
static void invalidateKeyManagers()
removedfield: KEYSTORE_PASSWORD_PROPERTY
static java.lang.String KEYSTORE_PASSWORD_PROPERTY
removedfield: KEYSTORE_PATH_PROPERTY
static java.lang.String KEYSTORE_PATH_PROPERTY
removedmethod: setDefaultIdentity
static void setDefaultIdentity(javax.security.auth.x500.X500Principal identity)
removedmethod: setKeyStore
static boolean setKeyStore(java.lang.String path, boolean savePreference)
removedmethod: usingGeneratedSelfSignedCertificate
static boolean usingGeneratedSelfSignedCertificate()

10.3_PUBLIC

addedmethod: addSubjectAlternativeName
static void addSubjectAlternativeName(java.lang.String subjectAltName)
addedmethod: getSubjectAlternativeName
static java.util.List<java.lang.String> getSubjectAlternativeName()
removedfield: CERTIFICATE_FILE_FILTER
static ghidra.util.filechooser.GhidraFileFilter CERTIFICATE_FILE_FILTER

10.2_PUBLIC

modifiedmethod: setKeyStore
return type: void → boolean; removed throws IOException
- static void setKeyStore(java.lang.String path, boolean savePreference) throws IOException
+ static boolean setKeyStore(java.lang.String path, boolean savePreference)

9.0.1_PUBLIC

introducedInitial version