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()
451 StringBuilder attrValue = new StringBuilder(); in generateSignatureFile() local453 if (attrValue.length() > 0) { in generateSignatureFile()454 attrValue.append(", "); in generateSignatureFile()456 attrValue.append(String.valueOf(id)); in generateSignatureFile()460 attrValue.toString()); in generateSignatureFile()
34 public Asn1OpaqueObject attrValue; field in AttributeTypeAndValue
171 public static SigningCertificateLineage readFromV3AttributeValue(byte[] attrValue) in readFromV3AttributeValue() argument175 attrValue).order(ByteOrder.LITTLE_ENDIAN)); in readFromV3AttributeValue()