Package ghidra.net
-
Class Summary Class Description ApplicationKeyManagerFactory ApplicationKeyManagerFactoryprovides application keystore management functionality and the ability to generate X509KeyManager's for use with an SSLContext or other PKI related operations.ApplicationKeyManagerUtils 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.ApplicationSSLSocketFactory ApplicationSSLSocketFactoryprovides a replacement for the defaultSSLSocketFactorywhich utilizes the default SSLContext established bySSLContextInitializer.ApplicationTrustManagerFactory ApplicationTrustManagerFactoryprovides the ability to establish acceptable certificate authorities to be used with SSL connections and PKI authentication.SignedToken SignedTokenprovides the result of a signed token byte array.SSLContextInitializer Initialize the default SSLContext for use by SSL connections (e.g., https).SSLContextInitializer.HttpsHostnameVerifier HttpsHostnameVerifieris required by HttpsURLConnection even if it does nothing.