Searched refs:attributeValue (Results 1 – 3 of 3) sorted by relevance
303 String attributeValue = null; in parse() local305 attributeValue = readAttributeValue(terminators); in parse()307 setAttribute(cookie, attributeName, attributeValue); in parse()
330 public static final ASN1Type attributeValue = new ASN1Type(ASN1Constants.TAG_PRINTABLESTRING) { field in AttributeTypeAndValue409 ASN1Oid.getInstance(), attributeValue }) {
335 String attributeValue = getPropertyIgnoreCase(servAlg + ' ' + attribute); in checkAttribute() local336 if (attributeValue != null) { in checkAttribute()338 if (Integer.parseInt(attributeValue) >= Integer.parseInt(val)) { in checkAttribute()342 if (attributeValue.equalsIgnoreCase(val)) { in checkAttribute()