Searched refs:attrValue (Results 1 – 4 of 4) sorted by relevance
113 String attrValue = attribute.getValue().toString(); in getAttributesSortedByName() local114 namedAttributes.put(attrName, attrValue); in getAttributesSortedByName()123 String attrValue = attribute.getValue(); in writeAttributes() local124 writeAttribute(out, attrName, attrValue); in writeAttributes()
107 String attrValue = null; in getAttributeValue() local110 attrValue = attr.getValue(); in getAttributeValue()112 return attrValue; in getAttributeValue()
435 StringBuilder attrValue = new StringBuilder(); in generateSignatureFile() local437 if (attrValue.length() > 0) { in generateSignatureFile()438 attrValue.append(", "); in generateSignatureFile()440 attrValue.append(String.valueOf(id)); in generateSignatureFile()444 attrValue.toString()); in generateSignatureFile()
151 public static SigningCertificateLineage readFromV3AttributeValue(byte[] attrValue) in readFromV3AttributeValue() argument155 attrValue)); in readFromV3AttributeValue()