Searched refs:getEncodedLength (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Any.java108 public int getEncodedLength(BerOutputStream out) { method in class:ASN1Any
H A DDerOutputStream.java43 encoded = new byte[asn1.getEncodedLength(this)];
147 length = explicit.type.getEncodedLength(this);
186 seqLen += type[i].getEncodedLength(this);
220 seqLen += collection.type.getEncodedLength(this);
H A DASN1Type.java147 public int getEncodedLength(BerOutputStream out) { //FIXME name method in class:ASN1Type
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
H A DAttributeTypeAndValue.java398 @Override public int getEncodedLength(BerOutputStream out) { //FIXME name
403 return super.getEncodedLength(out);

Completed in 241 milliseconds