Home | History | Annotate | Download | only in asn1

Lines Matching defs:encoded

7  * Note: this class is for processing DER/DL encoded sequences only.
12 private byte[] encoded;
15 byte[] encoded)
18 this.encoded = encoded;
23 Enumeration en = new LazyConstructionEnumeration(encoded);
30 encoded = null;
35 if (encoded != null)
45 if (encoded == null)
50 return new LazyConstructionEnumeration(encoded);
55 if (encoded != null)
65 if (encoded != null)
75 if (encoded != null)
86 if (encoded != null)
88 return 1 + StreamUtil.calculateBodyLength(encoded.length) + encoded.length;
100 if (encoded != null)
102 out.writeEncoded(BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded);