Searched refs:getBerLength (Results 1 – 4 of 4) sorted by relevance
126 valueLen = getValue().getBerLength(); in getBerValueLength()130 return getValue().getBerLength(); in getBerValueLength()148 select.getTag().writeTagAndLength(buf, true, value.getBerLength()); in encodeBerValue()
72 int getBerLength() { in getBerLength() method in Asn1Object92 ByteBuffer buf = ByteBuffer.allocate(getBerLength()); in encodeBer()
61 length += value.getBerLength(); in getBerValueLength()64 ? value.getBerValueLength() : value.getBerLength(); in getBerValueLength()85 componentTag.writeTagAndLength(buf, true, obj.getBerLength()); in encodeBerValue()
71 length += component.getBerLength(); in getBerValueLength()