Package ghidra.net


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