public key certificate 中文意思是什麼

public key certificate 解釋
電子證書
  • public : adj (opp private)1 公共的,公眾的,公用的;人民的,社會的,國家的;政府的,公營的,公立的。2 (...
  • key : n 1 鑰匙。2 要害,關口,要沖。3 關鍵,線索,秘訣;解法。4 (外國書的)直譯本,圖例,題解,圖解,...
  • certificate : n. 1. 證明書;執照,憑照;(畢業)文憑。2. 證券,單據。3. 明證。vt. 發證明給…,批準;認可,鑒定。 a certificated teacher 鑒定合格的教員,正式教員。
  1. A digital certificate includes the holder s public key, identity data such as the holder s name, the name of the certification authority and the certificate s expiry date, etc

    數碼證書包含持證人的公開密碼匙身分資料如持證人的姓名,發行數碼證書的核證機關名稱及證書有效期等。
  2. The paper mainly discussed the pki foundation technology knowledge and the concept, discussed the base knowledge and the basic principle of the modern cryptography. the article introduced and compared main algorithm characteristic, the speed, the encryption intensity of each kind of encrypt. elaborated the public key system in the pki system application : digital envelope, digital signature, as well as digital certificate definition, form and use

    論文主要論述了pki基礎技術的一般知識和概念;討論了現代密碼學的基本知識和基本原理;對各種加解密演算法的主要特點、速度、加密強度進行了簡要的介紹和比較;論述了公開密鑰體制在pki體系中的應用:數字信封、數字簽名,以及數字證書定義、格式及用途。
  3. First , we introduce some basic cryptography theories such as secret - key cryptography , public - key cryptography and hash algorithm. second , we give the concepts of x. 509 certificate, crl ( certificate revocation list ) and certification path, and following this, we give some examples of certificate and authentication architectures. finally, we present an example of implementation of the certificate and key management system and some application cases of this system

    論文首先簡單介紹了秘密密鑰密碼體制、公開密鑰密碼體制、 hash函數以及基於x . 509的公鑰證書等基礎密碼學理論;其次,論文描述了幾種典型的證書體系和鑒別機制;最後給出了一個電子政務證書管理系統的具體實現例子。
  4. ( 4 ) the pki ( public key lnfrastructure ) / ca ( certificate authority ) frame

    ( 4 )討論了公開密鑰基礎設施pki ca認證體系。
  5. These are usually in the form of a public key certificate with an associated private key

    通常採用具有關聯的私鑰的公鑰證書形式。
  6. Based on symmitric cryptographic techniques, asymmitric cryptographic techniques, message authentication code techniques, public key certificate and public key infrastructure techniques, tran sport layer security ( tls ) protocol and secure sockets layer ( ssl ) protocol provide security mechanisms used to provide provacy, integrity for network communication data and authenticate the communication parties

    傳輸層安全協議( tls )和安全套接字層協議( ssl )基於對稱密碼技術、非對稱密碼技術、消息認證碼技術、公鑰證書和公開密鑰基礎設施技術提供了保證網路通信數據的機密性、完整性和對通信各方進行認證的機制。
  7. Type the following command on a single line to create a key pair and self - signed public key certificate to represent the application server

    在一行中鍵入下面的命令創建密鑰對和自簽署的公鑰證書,以表示application server :
  8. Type the following command on a single line to create a key pair and self - signed public key certificate to represent the j2ee - based echoservice client

    在一行中鍵入下面的命令創建密鑰對和自簽署的公鑰證書,以表示基於j2ee的echoservice客戶機:
  9. To create the key pair and self - signed public key certificate to represent the j2se and j2ee clients, go to a command prompt and type the following command on a single line

    要創建密鑰對和自簽署的公鑰證書來表示j2se和j2ee客戶機,請轉到命令提示符並在一行中鍵入下面的命令:
  10. Command generates the required public key certificate and the private key of an entity with the certificate subject name " recipient1 "

    命令生成所需的公鑰證書以及證書主題名為「 recipient1 」的實體的私鑰。
  11. Under the framework of pki technology, this dissertation puts up and designs and implements the attribute certificate ( ac ) model based on public - key certificate ( pkc )

    在pki技術框架下,論文提出並設計實現了基於公鑰證書( pkc )的屬性證書饃型: aa代理模型。
  12. How to : export and import a public key certificate

    >如何:導出和導入公鑰證書
  13. A subject is identified and located by its public key certificate

    主題通過公鑰證書標識和定位。
  14. To export the public key certificate from the my certificate store

    從「我的證書」存儲中導出公鑰證書
  15. At this point, your keystore contains your private key as well as your public key certificate

    這時,您的密鑰庫中包含了您的私有密鑰及您的公鑰證書。
  16. 2 we discuss the security of the pki and propose an improved public key certificate system

    2分析了現有pki結構的缺陷,並設計了一個改進的公鑰證書系統。
  17. We need to create a trust store for the client with the server s public key certificate in it

    我們需要使用客戶機中的服務器公鑰證書來為客戶機創建信任存儲。
  18. It consists of a client with no public key certificate, accessing a server with a public key certificate

    其包括一臺沒有公鑰證書的客戶機,該客戶機通過公鑰證書訪問服務器。
  19. We need to create a key store for the service with the client s public key certificate in it so that we can use the client s public key to verify signatures from the client and to encrypt messages for the client

    我們需要使用服務器中的客戶機公鑰證書來為服務器創建密鑰存儲,這樣我們就可以使用客戶機的公鑰驗證來自客戶機的簽名,為客戶機加密消息。
  20. Now we need to create a key store for the client with the service s public key certificate in it, so that we can use the server s public key to verify signatures from the service and to encrypt messages for the service

    現在需要使用客戶機中的服務器公鑰證書來為客戶機創建密鑰存儲,這樣我們就可以使用服務器的公鑰驗證來自服務器的簽名,為服務器加密消息。
分享友人