final class sun.security.pkcs11.KeyCache
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.KeyCache
  super_class: java.lang.Object
{
  private final sun.security.util.Cache<sun.security.pkcs11.KeyCache$IdentityWrapper, sun.security.pkcs11.P11Key> strongCache;
    descriptor: Lsun/security/util/Cache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lsun/security/util/Cache<Lsun/security/pkcs11/KeyCache$IdentityWrapper;Lsun/security/pkcs11/P11Key;>;

  private java.lang.ref.WeakReference<java.util.Map<java.security.Key, sun.security.pkcs11.P11Key>> cacheReference;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/WeakReference<Ljava/util/Map<Ljava/security/Key;Lsun/security/pkcs11/P11Key;>;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.KeyCache this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            bipush 16
            invokestatic sun.security.util.Cache.newHardMemoryCache:(I)Lsun/security/util/Cache;
            putfield sun.security.pkcs11.KeyCache.strongCache:Lsun/security/util/Cache;
         2: .line 57
            return
        end local 0 // sun.security.pkcs11.KeyCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/pkcs11/KeyCache;

  synchronized sun.security.pkcs11.P11Key get(java.security.Key);
    descriptor: (Ljava/security/Key;)Lsun/security/pkcs11/P11Key;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.security.pkcs11.KeyCache this
        start local 1 // java.security.Key key
         0: .line 80
            aload 0 /* this */
            getfield sun.security.pkcs11.KeyCache.strongCache:Lsun/security/util/Cache;
            new sun.security.pkcs11.KeyCache$IdentityWrapper
            dup
            aload 1 /* key */
            invokespecial sun.security.pkcs11.KeyCache$IdentityWrapper.<init>:(Ljava/lang/Object;)V
            invokevirtual sun.security.util.Cache.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.pkcs11.P11Key
            astore 2 /* p11Key */
        start local 2 // sun.security.pkcs11.P11Key p11Key
         1: .line 81
            aload 2 /* p11Key */
            ifnull 3
         2: .line 82
            aload 2 /* p11Key */
            areturn
         3: .line 85
      StackMap locals: sun.security.pkcs11.P11Key
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.KeyCache.cacheReference:Ljava/lang/ref/WeakReference;
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.security.pkcs11.KeyCache.cacheReference:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast java.util.Map
         5: .line 84
      StackMap locals:
      StackMap stack: java.util.Map
            astore 3 /* map */
        start local 3 // java.util.Map map
         6: .line 86
            aload 3 /* map */
            ifnonnull 8
         7: .line 87
            aconst_null
            areturn
         8: .line 89
      StackMap locals: java.util.Map
      StackMap stack:
            aload 3 /* map */
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.pkcs11.P11Key
            areturn
        end local 3 // java.util.Map map
        end local 2 // sun.security.pkcs11.P11Key p11Key
        end local 1 // java.security.Key key
        end local 0 // sun.security.pkcs11.KeyCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/security/pkcs11/KeyCache;
            0    9     1     key  Ljava/security/Key;
            1    9     2  p11Key  Lsun/security/pkcs11/P11Key;
            6    9     3     map  Ljava/util/Map<Ljava/security/Key;Lsun/security/pkcs11/P11Key;>;
    MethodParameters:
      Name  Flags
      key   

  synchronized void put(java.security.Key, sun.security.pkcs11.P11Key);
    descriptor: (Ljava/security/Key;Lsun/security/pkcs11/P11Key;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.security.pkcs11.KeyCache this
        start local 1 // java.security.Key key
        start local 2 // sun.security.pkcs11.P11Key p11Key
         0: .line 93
            aload 0 /* this */
            getfield sun.security.pkcs11.KeyCache.strongCache:Lsun/security/util/Cache;
            new sun.security.pkcs11.KeyCache$IdentityWrapper
            dup
            aload 1 /* key */
            invokespecial sun.security.pkcs11.KeyCache$IdentityWrapper.<init>:(Ljava/lang/Object;)V
            aload 2 /* p11Key */
            invokevirtual sun.security.util.Cache.put:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 95
            aload 0 /* this */
            getfield sun.security.pkcs11.KeyCache.cacheReference:Ljava/lang/ref/WeakReference;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield sun.security.pkcs11.KeyCache.cacheReference:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast java.util.Map
         3: .line 94
      StackMap locals:
      StackMap stack: java.util.Map
            astore 3 /* map */
        start local 3 // java.util.Map map
         4: .line 96
            aload 3 /* map */
            ifnonnull 7
         5: .line 97
            new java.util.IdentityHashMap
            dup
            invokespecial java.util.IdentityHashMap.<init>:()V
            astore 3 /* map */
         6: .line 98
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 3 /* map */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield sun.security.pkcs11.KeyCache.cacheReference:Ljava/lang/ref/WeakReference;
         7: .line 100
      StackMap locals: java.util.Map
      StackMap stack:
            aload 3 /* map */
            aload 1 /* key */
            aload 2 /* p11Key */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 101
            return
        end local 3 // java.util.Map map
        end local 2 // sun.security.pkcs11.P11Key p11Key
        end local 1 // java.security.Key key
        end local 0 // sun.security.pkcs11.KeyCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/security/pkcs11/KeyCache;
            0    9     1     key  Ljava/security/Key;
            0    9     2  p11Key  Lsun/security/pkcs11/P11Key;
            4    9     3     map  Ljava/util/Map<Ljava/security/Key;Lsun/security/pkcs11/P11Key;>;
    MethodParameters:
        Name  Flags
      key     
      p11Key  
}
SourceFile: "KeyCache.java"
NestMembers:
  sun.security.pkcs11.KeyCache$IdentityWrapper
InnerClasses:
  private final IdentityWrapper = sun.security.pkcs11.KeyCache$IdentityWrapper of sun.security.pkcs11.KeyCache