Home
last modified time | relevance | path

Searched refs:NONCE (Results 1 – 4 of 4) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java78 public static final String NONCE = ParameterNames.NONCE; field in AuthenticationHeader
112 || name.equalsIgnoreCase(ParameterNames.NONCE) in setParameter()
232 setParameter(NONCE, nonce); in setNonce()
243 return getParameter(ParameterNames.NONCE); in getNonce()
DCredentials.java50 private static String NONCE = ParameterNames.NONCE; field in Credentials
DParameterNames.java68 public static final String NONCE = "nonce"; field
DAuthenticationInfo.java217 || name.equalsIgnoreCase(ParameterNames.NONCE) in setParameter()