Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DHttpCookie.java303 String attributeValue = null; in parse() local
305 attributeValue = readAttributeValue(terminators); in parse()
307 setAttribute(cookie, attributeName, attributeValue); in parse()
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
DAttributeTypeAndValue.java330 public static final ASN1Type attributeValue = new ASN1Type(ASN1Constants.TAG_PRINTABLESTRING) { field in AttributeTypeAndValue
409 ASN1Oid.getInstance(), attributeValue }) {
/libcore/luni/src/main/java/java/security/
DProvider.java335 String attributeValue = getPropertyIgnoreCase(servAlg + ' ' + attribute); in checkAttribute() local
336 if (attributeValue != null) { in checkAttribute()
338 if (Integer.parseInt(attributeValue) >= Integer.parseInt(val)) { in checkAttribute()
342 if (attributeValue.equalsIgnoreCase(val)) { in checkAttribute()