Searched refs:attributeValue (Results 1 – 2 of 2) sorted by relevance
246 DerOutputStream attributeValue = new DerOutputStream(); in encode() local247 attributeValue.write(DerValue.tag_Sequence, attribute); in encode()249 return attributeValue.toByteArray(); in encode()253 DerInputStream attributeValue = new DerInputStream(encoded); in parse() local254 DerValue[] attrSeq = attributeValue.getSequence(2); in parse()
1023 String attributeValue = value; in parseLegacyPut() local1041 s.addAttribute(attributeName, attributeValue); in parseLegacyPut()