HomeSort by relevance Sort by last modified time
    Searched refs:getEncodedLength (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Any.java 108 public int getEncodedLength(BerOutputStream out) {
DerOutputStream.java 43 encoded = new byte[asn1.getEncodedLength(this)];
147 length = explicit.type.getEncodedLength(this);
186 seqLen += type[i].getEncodedLength(this);
220 seqLen += collection.type.getEncodedLength(this);
ASN1Type.java 147 public int getEncodedLength(BerOutputStream out) { //FIXME name
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 382 @Override public int getEncodedLength(BerOutputStream out) { //FIXME name
387 return super.getEncodedLength(out);

Completed in 272 milliseconds