Home | History | Annotate | Download | only in ims

Lines Matching defs:nist

5 * Standards and Technology (NIST), an agency of the Federal Government.
6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
11 * This software is provided by NIST as a service and is expressly
12 * provided "AS IS." NIST MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED
15 * AND DATA ACCURACY. NIST does not warrant or make any representations
30 package gov.nist.javax.sip.parser.ims;
32 import gov.nist.core.NameValue;
33 import gov.nist.javax.sip.header.SIPHeader;
34 import gov.nist.javax.sip.header.ims.PChargingVector;
35 import gov.nist.javax.sip.header.ims.ParameterNamesIms;
36 import gov.nist.javax.sip.parser.Lexer;
37 import gov.nist.javax.sip.parser.ParametersParser;
38 import gov.nist.javax.sip.parser.TokenTypes;