Lines Matching defs:algorithm

283      * Gets a specified property for an algorithm. The algorithm name
287 * for information about standard algorithm names.
289 * One possible use is by specialized algorithm parsers, which may map
293 * @param algName the algorithm name.
301 * Provider in order to determine how to parse algorithm-specific
302 * parameters. Use the new provider-based and algorithm-independent
481 * algorithm or type. For example, a digital signature service is
482 * always associated with a particular algorithm (e.g., DSA),
494 * specified algorithm or type for the specified cryptographic service.
505 * provider implements the specified algorithm or type for the specified
510 * the SHA1withDSA signature algorithm with a keysize of 1024 (or larger).
518 * algorithm names and standard attribute names.
571 * specified algorithm or type for the specified cryptographic service.
580 * provider implements the specified algorithm or type for the specified
589 * algorithm names and standard attribute names.
687 * an instance of an implementation of the requested algorithm
693 static Object[] getImpl(String algorithm, String type, String provider)
697 (type, getSpiClass(type), algorithm).toArray();
700 (type, getSpiClass(type), algorithm, provider).toArray();
704 static Object[] getImpl(String algorithm, String type, String provider,
709 (type, getSpiClass(type), algorithm, params).toArray();
712 (type, getSpiClass(type), algorithm, params, provider).toArray();
718 * an instance of an implementation of the requested algorithm
723 static Object[] getImpl(String algorithm, String type, Provider provider)
726 (type, getSpiClass(type), algorithm, provider).toArray();
729 static Object[] getImpl(String algorithm, String type, Provider provider,
733 (type, getSpiClass(type), algorithm, params, provider).toArray();
852 // The second is the algorithm name.
962 // provider supports for a specific <crypto_service>.<algorithm>.
974 // for a specific <crypto service>.<algorithm>.
1000 // There must be a algorithm or type name.
1020 // There must be an algorithm name in the filter.
1079 // implementation of an algorithm. We are only interested