final class sun.security.ssl.RSAKeyExchange$EphemeralRSACredentials implements sun.security.ssl.SSLCredentials
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.RSAKeyExchange$EphemeralRSACredentials
  super_class: java.lang.Object
{
  final java.security.interfaces.RSAPublicKey popPublicKey;
    descriptor: Ljava/security/interfaces/RSAPublicKey;
    flags: (0x0010) ACC_FINAL

  void <init>(java.security.interfaces.RSAPublicKey);
    descriptor: (Ljava/security/interfaces/RSAPublicKey;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.RSAKeyExchange$EphemeralRSACredentials this
        start local 1 // java.security.interfaces.RSAPublicKey popPublicKey
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* popPublicKey */
            putfield sun.security.ssl.RSAKeyExchange$EphemeralRSACredentials.popPublicKey:Ljava/security/interfaces/RSAPublicKey;
         2: .line 71
            return
        end local 1 // java.security.interfaces.RSAPublicKey popPublicKey
        end local 0 // sun.security.ssl.RSAKeyExchange$EphemeralRSACredentials this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lsun/security/ssl/RSAKeyExchange$EphemeralRSACredentials;
            0    3     1  popPublicKey  Ljava/security/interfaces/RSAPublicKey;
    MethodParameters:
              Name  Flags
      popPublicKey  
}
SourceFile: "RSAKeyExchange.java"
NestHost: sun.security.ssl.RSAKeyExchange
InnerClasses:
  final EphemeralRSACredentials = sun.security.ssl.RSAKeyExchange$EphemeralRSACredentials of sun.security.ssl.RSAKeyExchange