HomeSort by relevance Sort by last modified time
    Searched defs:ALGORITHM (Results 1 - 9 of 9) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLECKeyPairGenerator.java 38 private static final String ALGORITHM = "EC";
55 super(ALGORITHM);
OpenSSLECPrivateKey.java 41 private static final String ALGORITHM = "EC";
155 return ALGORITHM;
OpenSSLECPublicKey.java 37 private static final String ALGORITHM = "EC";
81 return ALGORITHM;
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLECKeyPairGenerator.java 41 private static final String ALGORITHM = "EC";
59 super(ALGORITHM);
OpenSSLECPrivateKey.java 42 private static final String ALGORITHM = "EC";
156 return ALGORITHM;
OpenSSLECPublicKey.java 38 private static final String ALGORITHM = "EC";
82 return ALGORITHM;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java 51 private static String ALGORITHM = ParameterNames.ALGORITHM;
137 * get the Algorithm value.
141 return (String) authParams.getValue(ALGORITHM);
AuthenticationHeader.java 58 public static final String ALGORITHM = ParameterNames.ALGORITHM;
283 * Sets the Algorithm of the WWWAuthenicateHeader to the new <var>algorithm</var>
286 * @param algorithm -
287 * the new algorithm String of this WWWAuthenicateHeader.
290 * while parsing the algorithm value.
293 public void setAlgorithm(String algorithm) throws ParseException {
294 if (algorithm == null)
296 setParameter(ParameterNames.ALGORITHM, algorithm)
    [all...]
ParameterNames.java 60 public static final String ALGORITHM = "algorithm";

Completed in 121 milliseconds