The gateway must have a public-private key pair and a signed certificate.
网关必须有一个公有、私有密匙对以及签名的证书。
As described earlier, the public-private key pair is based on the RSA algorithm.
前面讲过,公-私密钥对是基于rsa算法的。
For the truly paranoid who refuse to create a password-less SSH public-private key pair, there's the ssh-agent utility.
对于拒绝创建无密码ssh公私密钥对的真正的偏执狂来说,有一个ssh - agent实用程序。
If a server host name or IP address changes, the public-private key pair configuration will break because of the cached known hosts.
如果一个服务器主机名或IP地址改变,公私密钥对配置会由于缓存的已知主机而破坏。
This section describes the process of generating the public-private key pair, which is the basis for encryption and digital signature.
这一部分介绍生成公钥-私钥对的过程,这是加密和数字签名的基础。
To get an official digital certificate signed by a recognized certificate authority, you need to generate a public-private key pair and use the public key to create a certificate request.
要获得由权威认证机构签名的官方数字证书,需要生成一个公开-私有密匙对并使用公开密匙生成证书请求。
During registration, either the client provides the public key, along with some proof of possession of the corresponding private key, or the service provider generates the key pair for the client.
在注册期间,要么是客户机提供公钥以及其他证明其拥有相应私钥的某些证据,要么是服务提供程序为客户机生成密钥对。
The XKMS service generates a key pair for the client, registers the public key of the pair with itself, and sends the private key of the pair to the client for its use.
XKMS服务为客户机生成一个密钥对,将密钥对的公钥注册到它自己,然后将密钥对的私钥发送给客户机,供其使用。
The pair consists of the private key and the public key (private, public).
这对加密密钥由私有密钥和公有密钥(私有,公共)组成的。
The callback in Listing 2 is designed to support both signing and decrypting using the same private-public key pair, so it checks for both cases and returns the same password in either case.
清单2中的回调旨在支持使用同一个公开-私有密匙对进行签名和解密,因此将在两种情况下进行检查并对任意一种情况返回相同的密码。
Application signing begins by generating a private and public key pair and a related public-key certificate, also known as a public-key certificate.
应用程序签名首先是生成一个私有、公共密钥对和一个相关公共密钥证书,简称为公共密钥证书。
The trusted-host authentication and public-private SSH key pair authentication methods are similar and to a greater end achieve the same results.
可信主机身份验证和公私ssh密钥对身份验证方法是类似的,在很大程度上实现相同的结果。
You generate a key pair, which is composed of a public key and a private key.
您生成了一个密匙对,它由一个公共密匙和一个私有密匙组成。
Private-public key pair authentication requires both client and server configuration.
公私密钥对身份验证同时需要客户端和服务器配置。
You enter the same passphrase with which you created the SSH private-public key pair, and the output of the command run on the remote destination server is seen locally back on your source server.
您可以输入与在创建SSH公私密钥对时同样的口令,且在远程目标服务器上运行的命令的输出可在您本地的源服务器上看到。
This command specifies that a personal certificate (public/private key pair) be generated in a keystore that is to be located in the current directory.
该命令指定在一个位于当前目录下的密钥库中生成一张个人证书(公钥/私钥对)。
Before you can do anything with digital signatures, you need to create a key pair, a public key and a private key.
在使用数字签名之前,我们需要创建一个密钥对,一个公钥和一个私钥。
This will break scripts dependant on the private-public key pair.
这会破坏依赖于公私密钥对的脚本。
A key pair is a pair of public and private keys used to authenticate a user.
密匙对是用于验证一个用户的一对公共和私有密匙。
One key of each pair is a public key and the other is a private key.
每对密钥中有一个是公钥,另一个是私钥。
Step 2: Get the private key of the key pair whose public key was used to encrypt the XML.
步骤2:根据用于加密xml的公钥,获取密钥对中对应的私钥。
A user has a pair of keys: public key and private key.
用户拥有一对密钥:公钥和私钥。
Let's look at how to generate, set up, and configure an SSH private and public key pair on typical Linux hosts (see figure 5).
让我们看看如何在一个典型的Linux主机上生成、设置和配置一个ssh私有和公共密钥对(参见图5)。
Create an RSA key pair, public and private keys for authentication, by typing.
创建一个rsa密钥对,即验证使用的公钥和私钥。
Create a DSA key pair, public and private keys for authentication, by typing.
创建一个dsa密钥对,即验证使用的公钥和私钥。
First, we will use the Keytool to create a keystore, in which there will be a pair of keys (the public key and the private key).
首先,我们使用Keytool创建一个keystore,它包含一对密匙(公共密匙和私有密匙)。
In Listing 1, -genkey indicates a public and private key pair entry, as well as an X.509 v1 self-signed, single-element certificate chain that includes the generated public key.
在清单1中,- genkey表示一个公共、私有密钥对项,以及一个X . 509v 1自签署的单个元素证书链,其中包含生成的公共密钥。
The token is encrypted and signed by use of a password and a public/private key pair, stored in an HTTP cookie, and included in all requests for the configured SSO domain.
令牌以密码和公共/私有密钥对加密和签名,然后存储在HTTPcookie 中,最后包括在配置的 SSO 域中的所有请求中。
Create private-public key pairs using a strong passphrase and password protection for the private key (never generate a password-less key pair or a password-less passphrase key-less login).
为私有密钥使用一个强大的口令和密码保护来创建公私密钥对(绝不要生成一个无密码的密钥对或一个无密码口令无密钥的登录)。
Asymmetric cryptographic algorithms, also known as public-key algorithms, require that each entity maintains a pair of related keys: a private key and a public key.
不对称加密算法(也称为公钥算法)要求每个实体都维护一对相关密钥:私钥和公钥。
应用推荐