DelegatingSSLSession$CertificateWrap.smali 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .class public Landroid/net/http/DelegatingSSLSession$CertificateWrap;
  2. .super Landroid/net/http/DelegatingSSLSession;
  3. .source "DelegatingSSLSession.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/net/http/DelegatingSSLSession;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x9
  10. name = "CertificateWrap"
  11. .end annotation
  12. # direct methods
  13. .method public constructor <init>(Ljava/security/cert/Certificate;)V
  14. .locals 2
  15. .param p1, "certificate" # Ljava/security/cert/Certificate;
  16. .prologue
  17. .line 8
  18. invoke-direct {p0}, Landroid/net/http/DelegatingSSLSession;-><init>()V
  19. new-instance v0, Ljava/lang/RuntimeException;
  20. const-string v1, "Stub!"
  21. invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
  22. throw v0
  23. .end method
  24. # virtual methods
  25. .method public getPeerCertificates()[Ljava/security/cert/Certificate;
  26. .locals 2
  27. .annotation system Ldalvik/annotation/Throws;
  28. value = {
  29. Ljavax/net/ssl/SSLPeerUnverifiedException;
  30. }
  31. .end annotation
  32. .prologue
  33. .line 9
  34. new-instance v0, Ljava/lang/RuntimeException;
  35. const-string v1, "Stub!"
  36. invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
  37. throw v0
  38. .end method