final class sun.security.ssl.RSAKeyExchange$EphemeralRSAPossession implements sun.security.ssl.SSLPossession
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.RSAKeyExchange$EphemeralRSAPossession
super_class: java.lang.Object
{
final java.security.interfaces.RSAPublicKey popPublicKey;
descriptor: Ljava/security/interfaces/RSAPublicKey;
flags: (0x0010) ACC_FINAL
final java.security.PrivateKey popPrivateKey;
descriptor: Ljava/security/PrivateKey;
flags: (0x0010) ACC_FINAL
void <init>(java.security.PrivateKey, java.security.interfaces.RSAPublicKey);
descriptor: (Ljava/security/PrivateKey;Ljava/security/interfaces/RSAPublicKey;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // sun.security.ssl.RSAKeyExchange$EphemeralRSAPossession this
start local 1 // java.security.PrivateKey popPrivateKey
start local 2 // java.security.interfaces.RSAPublicKey popPublicKey
0: .line 59
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 61
aload 0 /* this */
aload 2 /* popPublicKey */
putfield sun.security.ssl.RSAKeyExchange$EphemeralRSAPossession.popPublicKey:Ljava/security/interfaces/RSAPublicKey;
2: .line 62
aload 0 /* this */
aload 1 /* popPrivateKey */
putfield sun.security.ssl.RSAKeyExchange$EphemeralRSAPossession.popPrivateKey:Ljava/security/PrivateKey;
3: .line 63
return
end local 2 // java.security.interfaces.RSAPublicKey popPublicKey
end local 1 // java.security.PrivateKey popPrivateKey
end local 0 // sun.security.ssl.RSAKeyExchange$EphemeralRSAPossession this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/RSAKeyExchange$EphemeralRSAPossession;
0 4 1 popPrivateKey Ljava/security/PrivateKey;
0 4 2 popPublicKey Ljava/security/interfaces/RSAPublicKey;
MethodParameters:
Name Flags
popPrivateKey
popPublicKey
}
SourceFile: "RSAKeyExchange.java"
NestHost: sun.security.ssl.RSAKeyExchange
InnerClasses:
final EphemeralRSAPossession = sun.security.ssl.RSAKeyExchange$EphemeralRSAPossession of sun.security.ssl.RSAKeyExchange