Lines Matching refs:algorithm
98 # the traditional system/thread activity algorithm will be used.
126 # This is a comma-separated list of algorithm and/or algorithm:provider
282 ssl.KeyManagerFactory.algorithm=SunX509
283 ssl.TrustManagerFactory.algorithm=PKIX
421 # generally no longer considered to be a secure hash algorithm. This section
422 # describes the mechanism for disabling algorithms based on algorithm name
425 # The syntax of the disabled algorithm string is described as follows:
446 # Integer value of the algorithm's key length in bits
457 # The "AlgorithmName" is the standard algorithm name of the disabled
458 # algorithm. See "Java Cryptography Architecture Standard Algorithm Name
463 # sub-element of the certificate algorithm name, the algorithm will be
465 # the assertion algorithm name "DSA" will disable all certificate algorithms
475 # "AlgorithmName" is of a key algorithm. The "KeyLength" indicates
485 # This constraint prohibits the specified algorithm only if the
486 # algorithm is used in a certificate chain that terminates at a marked
488 # constraint is not set, then all chains using the specified algorithm
496 # This constraint prohibits a certificate with the specified algorithm
499 # constraint date with certificates containing the disabled algorithm
508 # This constraint prohibits the specified algorithm for
509 # a specified usage. This should be used when disabling an algorithm
510 # for all usages is not practical. 'TLSServer' restricts the algorithm
512 # performed. 'TLSClient' restricts the algorithm in TLS client
519 # When an algorithm must satisfy more than one constraint, it must be
527 # before larger keysize constraints of the same algorithm. For example:
530 # Note: The algorithm restrictions do not apply to trust anchors or
548 # considered to be a secure hash algorithm. This section describes the
549 # mechanism for disabling algorithms based on algorithm name and/or key length.
553 # The syntax of the disabled algorithm string is described as follows:
576 # Integer value of the algorithm's key length in bits
606 # syntax of the disabled algorithm string.
608 # Note: The algorithm restrictions do not apply to trust anchors or
622 # In some environments, a certain algorithm may be undesirable but it
637 # AlgorithmName (standard JSSE algorithm name)
648 # key exchange algorithm, AES_128_CBC (128 bits AES cipher algorithm in CBC
649 # mode) as the cipher (encryption) algorithm, and SHA-1 as the message digest
650 # algorithm for HMAC.
652 # The LegacyAlgorithm can be one of the following standard algorithm names:
654 # 2. JSSE key exchange algorithm name, e.g., RSA
655 # 3. JSSE cipher (encryption) algorithm name, e.g., AES_128_CBC
656 # 4. JSSE message digest algorithm name, e.g., SHA
659 # Algorithm Name Documentation" for information about the algorithm names.
826 # For AlgConstraint, Uri is the algorithm URI String that is not allowed.
827 # See the XML Signature Recommendation for more information on algorithm
828 # URI Identifiers. For KeySizeConstraint, KeyAlg is the standard algorithm