如何在PK i中使用非对称算法类型?
属于上述算法类型的不同算法使用不同的密钥长度。
Different algorithms belonging to the algorithm types defined above use varying key sizes. These sizes are defined as sufficient for different types of algorithms — these key sizes are listed below.
算法类型定义加加密算法是对称的、非对称的还是消息摘要。
Algorithm Type defines whether the cryptography algorithm is symmetric, asymmetric, or a message digest.
在搜索数据库和其他参考应用程序里,这种算法类型相当普遍。
This algorithm type is quite common in search databases and other reference applications.
分析了用户偏好提取算法的数学结构、技术特点、算法类型及研究面临的挑战。
The paper analyses the mathematical structure, technical feature, algorithm type and challenges of user preference extraction algorithm.
这个SunJCE提供程序不适合生成非对称密钥,因为它没有包含rsa算法类型的实现。
The SunJCE provider is not suitable for generating asymmetric keys, as it does not contain the RSA algorithm type implementation.
我要介绍的第一个算法类型是语音匹配算法,它的目标是解决“哪个名字和听起来像x的名字匹配”这样的问题。
The first algorithm type I'll look at is the phonetic matching algorithm, which aims to solve the problem of "which names match those that sound like x."
这与函数、过程和数据类型使用的是相同的算法。
This is the same algorithm used for functions, procedures and data types.
当然,如果这是一个真正的应用程序,我就会希望开发某种类型的算法来选择期望的端口和操作。
Of course if this were a real-world application I would want to develop some type of algorithm to choose the desired port and operation.
这一部分讨论不同类型的密钥,以及如何选择密钥的算法。
This section describes different types of keys, and how to select an algorithm for your key.
这就是两种类型的压缩拦截器之间的显著区别;总线上下文或SOAP头中所使用的压缩算法和信息形式是相同的。
That is the significant difference between the two types of compressing interceptor; the compression algorithm and the form of information used in the Bus context or SOAP header is the same.
另一方面,一个更灵活的算法可能对某些类型的函数不会做出有类似倾向性的概括。
On the other hand, a more flexible algorithm might not have made that same generalization with the bias toward a certain type of functions.
最终我们选择了复杂算法,因为其更类似于语言中其他地方的类型推断行为。
Eventually we chose the complex algorithm because it is more similar to the behavior of type inference elsewhere in the language.
一个非常重要的问题是询问模板函数,这些形式上的模板参数会被类型集合正确的取代,而不仅仅是STL算法。
One very important question to ask about any template function, not just about STL algorithms, is what the set of types is that may correctly be substituted for the formal template parameters.
加密算法和密钥长度的组合决定加密类型的强度。
The combination of encryption algorithm and the key length governs the strength of the encryption type.
不同加密类型之间的差异在于算法的强度和使用的密钥长度。
The difference between the encryption types is the strength of algorithm and length of the key being used.
通过组合使用不同的密钥长度和散列算法,IBMNAS提供表1所示的加密类型。
With combination of different key lengths and different hashing algorithms, IBM NAS provides encryption types as shown in Table 1.
使用为该类型数据生成随机的小写电子邮件地址的算法。
Use the algorithm that generates a Random e-mail address in lower case for this type of data.
这种数据的准确性取决于很多因素,例如采用的抽样算法的类型、抽样的数量和数据的歪斜情况。
The preciseness of this data depends upon a large number of factors such as the type of sampling algorithm used, the number of samples taken, and the skew of the data.
我认为算法音乐作曲只有不仅可以产生美妙的音乐,而且还能生成与我们以前没有听到过的完全不同类型的美妙音乐,才能算做真正成功。
I think algorithmic music composition won't have truly succeeded until it can produce not only beautiful music, but also beautiful music of a wholly different type from what we've heard before.
有一些类型的工作项包含了与时间计算相关的信息,而有的则不含,所以我们必须使用不同的算法,来估计不同类型工作项的工作项状态。
Some types of work items contain information relative to the time scales, and others do not, so we have to use different algorithms to calculate the work item status of different types of work items.
XML加密标记中存在着解密需要的所有信息:加密算法的名称、加密的数据类型以及加密密钥的名称。
All the information necessary for decryption is present within the XML encryption tags: the name of the encryption algorithm, the type of data that was encrypted, and the name of the encryption key.
该算法不仅基于涉及到的元素/属性来创建行,也基于模型组的类型来创建行。
The algorithm not only creates rows based on the cardinality of elements/attributes involved, but also creates rows based on the type of the model group.
一组经过变更的SDO还会维护一条其原始值的记录,从而支持某种类型的乐观性锁定算法。
A collection of SDOs that has been altered also maintains a record of its original values, enabling certain sorts of optimistic locking algorithms.
另一方面,复杂算法产生Box,因为这是使用构造函数参数可以推断的最具体类型。
On the other hand, the complex algorithm yields Box, because that is the most specific type it can infer using the constructor arguments.
在WebSphereMQ 中有许多不同的加密类型,它们使用各种算法和密钥长度。
There are many different types of encryption available in WebSphere MQ, using a variety of algorithms and key lengths.
List方法对于这些类型操作很方便,但我的算法有个副作用,就是出现整数平方根时,会有重复。
List methods are convenient for these types of manipulations, but a side-effect of my algorithm is a duplicate entry when a whole-number square root pops up.
说明:通过改变一些条件,(比如数据类型或者问题的规模)来简化问题,然后设计一个算法来解决这个简化过的问题,然后在问题一般化还原回来。
Description: Change a constraint (data type, size, etc) to simplify the problem Then try to solve it Once you have an algorithm for the "simplified" problem, generalize the problem again.
有一个算法可以用来调整容器的EJB缓存大小,它根据不同类型的bean来计算平均eJB缓存需求。
There's an algorithm you can use to tune the EJB cache size of the container that calculates the average EJB cache requirements based on the different kinds of beans.
不过,同一类型的算法也适用,如清单5中所示。
However, the same type of algorithm applies as the one illustrated in Listing5. You code could do something similar to the code in Listing 6.
应用推荐