Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/header/
DChallenge.java56 private static String SIGNED_BY = ParameterNames.SIGNED_BY; field in Challenge
165 return (String) authParams.getValue(SIGNED_BY); in getSignedBy()
DAuthenticationHeader.java68 public static final String SIGNED_BY = ParameterNames.SIGNED_BY; field in AuthenticationHeader
DParameterNames.java64 public static final String SIGNED_BY = "signed-by"; field