class android.security.net.config.KeyStoreCertificateSource implements android.security.net.config.CertificateSource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.security.net.config.KeyStoreCertificateSource
  super_class: java.lang.Object
{
  private final java.lang.Object mLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.KeyStore mKeyStore;
    descriptor: Ljava/security/KeyStore;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private TrustedCertificateIndex mIndex;
    descriptor: LTrustedCertificateIndex;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Set<java.security.cert.X509Certificate> mCertificates;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/security/cert/X509Certificate;>;

  public void <init>(java.security.KeyStore);
    descriptor: (Ljava/security/KeyStore;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.security.net.config.KeyStoreCertificateSource this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.org cannot be resolved\n\tTrustedCertificateIndex cannot be resolved to a type\n\tTrustedCertificateIndex cannot be resolved to a type\n\tTrustedCertificateIndex cannot be resolved to a type\n\tTrustedCertificateIndex cannot be resolved to a type\n\tTrustedCertificateIndex cannot be resolved to a type\n\tTrustedCertificateIndex cannot be resolved to a type\n\tTrustedCertificateIndex cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.net.config.KeyStoreCertificateSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/net/config/KeyStoreCertificateSource;
    MethodParameters:
      Name  Flags
      ks    

  public java.util.Set<java.security.cert.X509Certificate> getCertificates();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.security.net.config.KeyStoreCertificateSource this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.net.config.KeyStoreCertificateSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/net/config/KeyStoreCertificateSource;
    Signature: ()Ljava/util/Set<Ljava/security/cert/X509Certificate;>;

  private void ensureInitialized();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.security.net.config.KeyStoreCertificateSource this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTrustedCertificateIndex cannot be resolved to a type\n\tTrustedCertificateIndex cannot be resolved to a type\n\tTrustedCertificateIndex cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.net.config.KeyStoreCertificateSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/net/config/KeyStoreCertificateSource;

  public java.security.cert.X509Certificate findBySubjectAndPublicKey(java.security.cert.X509Certificate);
    descriptor: (Ljava/security/cert/X509Certificate;)Ljava/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.security.net.config.KeyStoreCertificateSource this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTrustedCertificateIndex cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.net.config.KeyStoreCertificateSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/net/config/KeyStoreCertificateSource;
    MethodParameters:
      Name  Flags
      cert  

  public java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate);
    descriptor: (Ljava/security/cert/X509Certificate;)Ljava/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.security.net.config.KeyStoreCertificateSource this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTrustedCertificateIndex cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.net.config.KeyStoreCertificateSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/net/config/KeyStoreCertificateSource;
    MethodParameters:
      Name  Flags
      cert  

  public java.util.Set<java.security.cert.X509Certificate> findAllByIssuerAndSignature(java.security.cert.X509Certificate);
    descriptor: (Ljava/security/cert/X509Certificate;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.security.net.config.KeyStoreCertificateSource this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTrustedCertificateIndex cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.net.config.KeyStoreCertificateSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/net/config/KeyStoreCertificateSource;
    Signature: (Ljava/security/cert/X509Certificate;)Ljava/util/Set<Ljava/security/cert/X509Certificate;>;
    MethodParameters:
      Name  Flags
      cert  

  public void handleTrustStorageUpdate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.security.net.config.KeyStoreCertificateSource this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.security.net.config.KeyStoreCertificateSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/net/config/KeyStoreCertificateSource;
}
SourceFile: "KeyStoreCertificateSource.java"