Home
last modified time | relevance | path

Searched refs:NEXT_NONCE (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationInfo.java107 return this.getParameter(ParameterNames.NEXT_NONCE); in getNextNonce()
160 this.setParameter(ParameterNames.NEXT_NONCE, nextNonce); in setNextNonce()
214 || name.equalsIgnoreCase(ParameterNames.NEXT_NONCE) in setParameter()
221 || name.equalsIgnoreCase(ParameterNames.NEXT_NONCE) in setParameter()
DParameterNames.java40 public static final String NEXT_NONCE = "nextnonce"; field
DAuthenticationHeader.java116 || name.equalsIgnoreCase(ParameterNames.NEXT_NONCE) in setParameter()