class apple.security.KeychainStore$TrustedCertEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: apple.security.KeychainStore$TrustedCertEntry
  super_class: java.lang.Object
{
  java.util.Date date;
    descriptor: Ljava/util/Date;
    flags: (0x0000) 

  java.security.cert.Certificate cert;
    descriptor: Ljava/security/cert/Certificate;
    flags: (0x0000) 

  long certRef;
    descriptor: J
    flags: (0x0000) 

  final apple.security.KeychainStore this$0;
    descriptor: Lapple/security/KeychainStore;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(apple.security.KeychainStore);
    descriptor: (Lapple/security/KeychainStore;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // apple.security.KeychainStore$TrustedCertEntry this
         0: .line 66
            aload 0 /* this */
            aload 1
            putfield apple.security.KeychainStore$TrustedCertEntry.this$0:Lapple/security/KeychainStore;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // apple.security.KeychainStore$TrustedCertEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lapple/security/KeychainStore$TrustedCertEntry;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "KeychainStore.java"
NestHost: apple.security.KeychainStore
InnerClasses:
  TrustedCertEntry = apple.security.KeychainStore$TrustedCertEntry of apple.security.KeychainStore