Package ghidra.net
package ghidra.net
-
ClassesClassDescription
ApplicationKeyManagerFactoryprovides application keystore management functionality and the ability to generate X509KeyManager's for use with an SSLContext or other PKI related operations.ApplicationKeyManagerUtilsprovides public methods for utilizing the application PKI key management, including access to trusted issuers (i.e., CA certificates), token signing and validation, and the ability to generate keystores for testing or when a self-signed certificate will suffice.ApplicationSSLSocketFactoryprovides a replacement for the defaultSSLSocketFactorywhich utilizes the default SSLContext established bySSLContextInitializer.ApplicationTrustManagerFactoryprovides the ability to establish acceptable certificate authorities to be used with SSL connections and PKI authentication.SignedTokenprovides the result of a signed token byte array.Initialize the default SSLContext for use by all SSL connections (e.g., https).HttpsHostnameVerifieris required by HttpsURLConnection even if it does nothing.