Certificate was issued by an unrecognized Entity

后端 未结 2 787
别跟我提以往
别跟我提以往 2021-01-26 04:56

I am creating an application in Eclipse to translate text from english to french using googleAPI. I am passing the url in this format url=\"https://www.googleapis.com/lang

2条回答
  •  甜味超标
    2021-01-26 05:24

    A Certificate Manager is provided by the J2ME Wireless Toolkit to help you maintain the certificates in the Default Emulator’s keystore (J2ME keystore).

    1. Open J2ME Wireless Toolkit ($WTK_HOME/bin/ktoolbar)
    2. Choose File -> Utilities
    3. Choose Manage Certificates

    Importing From the J2SE Keystore

    To import a certificate from a J2SE Keystore using the Certificate Manager:

    1. Choose Action -> Import J2SE Certificate.
    2. Specify a security domain to associate with the certificate to be imported.
    3. Choose a keystore file from the file chooser.
    4. Enter the password in the password dialog box to access the keystore.
    5. Select the alias for the certificate in the Alias List in the Select alias dialog box.

    The certificate is appended to the list of certificates in the J2ME Keystore. You can select the certificate to view its key information in the J2ME Key Details pane.

提交回复
热议问题