HomeSort by relevance Sort by last modified time
    Searched defs:Asn1Constructed (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Constructed.java 6 public class Asn1Constructed extends Asn1Object {
10 public Asn1Constructed(int tag, Asn1Class asn1Class, int length,
34 ((Asn1Constructed) child).toString(level + 1, sb);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 10 import com.android.hotspot2.asn1.Asn1Constructed;
93 private LogoTypeImage(Asn1Constructed sequence) throws IOException {
97 castObject(children.next(), Asn1Constructed.class).getChildren().iterator();
100 Asn1Constructed hashes = castObject(logoTypeDetails.next(), Asn1Constructed.class);
102 mHashes.add(new HashAlgAndValue(castObject(hash, Asn1Constructed.class)));
104 Asn1Constructed urls = castObject(logoTypeDetails.next(), Asn1Constructed.class);
117 castObject(children.next(), Asn1Constructed.class).getChildren().iterator();
192 private HashAlgAndValue(Asn1Constructed sequence) throws IOException
    [all...]

Completed in 76 milliseconds