Home | History | Annotate | Download | only in asn1

Lines Matching refs:length

60             int length = 0;
66 length += ((ASN1Encodable)obj).toASN1Primitive().toDERObject().encodedLength();
69 bodyLength = length;
78 int length = getBodyLength();
80 return 1 + StreamUtil.calculateBodyLength(length) + length;
86 * As DER requires the constructed, definite-length model to
89 * we also have to specify CONSTRUCTED, and the objects length.
96 int length = getBodyLength();
99 out.writeLength(length);