应用程序或代码签名是这样一个过程,即生成私有、公共密钥和公共密钥证书,签署和优化应用程序。
Application or code signing is the process of generating private and public keys and public-key certificates, signing and optimizing the application.
因此,您应该将ca证书和其他签名证书放入信任存储库,并将私有信息(含有私钥的个人证书)放入密钥存储库中。
Thus, you should place ca certificates and other signing certificates in a trust store and private information (personal certificates with private keys) in the key store.
注意,未签名的或者使用调试私有密钥签名的应用程序不能够通过Android Market发布。
Note that unsigned applications or applications signed using a debug private key cannot be distributed through the Android Market.
在这种情况下,在把消息发送到服务时,客户机web服务堆栈需要通过某种方法确定用于签名的私有密钥。
In this case, the client web services stack needs some way of identifying the specific private key to be used for signing when sending a message to the service.
输入用于进行签名的私有加密密钥的名称WS - dsig - receiver - private。
Enter name for private crypto key to be used for signing, ws-dsig-receiver-private.
使用Android构建工具(命令行和EclipseADT)构建的应用程序是用一个调试私有密钥自动签名的;这些应用程序被称为调试模式应用程序。
Applications built using the Android build tools (command line and Eclipse ADT) are automatically signed using a debug private key; these applications are referred to as debug-mode applications.
与简单的UsernameToken示例相比,使用私有密钥-证书对进行消息签名和加密的配置比较复杂。
Using private key-certificate pairs for signing and encrypting messages is more complex to configure than the simple UsernameToken example.
应用程序签名首先是生成一个私有、公共密钥对和一个相关公共密钥证书,简称为公共密钥证书。
Application signing begins by generating a private and public key pair and a related public-key certificate, also known as a public-key certificate.
令牌以密码和公共/私有密钥对加密和签名,然后存储在HTTPcookie 中,最后包括在配置的SSO域中的所有请求中。
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域中的所有请求中。
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.
应用推荐