Searched refs:attributeValue (Results 1 – 2 of 2) sorted by relevance
248 DerOutputStream attributeValue = new DerOutputStream(); in encode() local249 attributeValue.write(DerValue.tag_Sequence, attribute); in encode()251 return attributeValue.toByteArray(); in encode()255 DerInputStream attributeValue = new DerInputStream(encoded); in parse() local256 DerValue[] attrSeq = attributeValue.getSequence(2); in parse()
1025 String attributeValue = value; in parseLegacyPut() local1043 s.addAttribute(attributeName, attributeValue); in parseLegacyPut()