final class sun.security.ssl.KrbKeyExchange$KrbKAGenerator implements sun.security.ssl.SSLKeyAgreementGenerator
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.KrbKeyExchange$KrbKAGenerator
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.security.ssl.KrbKeyExchange$KrbKAGenerator this
0: .line 186
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 188
return
end local 0 // sun.security.ssl.KrbKeyExchange$KrbKAGenerator this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/KrbKeyExchange$KrbKAGenerator;
public sun.security.ssl.SSLKeyDerivation createKeyDerivation(sun.security.ssl.HandshakeContext);
descriptor: (Lsun/security/ssl/HandshakeContext;)Lsun/security/ssl/SSLKeyDerivation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=2
start local 0 // sun.security.ssl.KrbKeyExchange$KrbKAGenerator this
start local 1 // sun.security.ssl.HandshakeContext context
0: .line 194
aconst_null
astore 2 /* premaster */
start local 2 // sun.security.ssl.KrbKeyExchange$KrbPremasterSecret premaster
1: .line 195
aload 1 /* context */
instanceof sun.security.ssl.ClientHandshakeContext
ifeq 9
2: .line 196
aload 1 /* context */
getfield sun.security.ssl.HandshakeContext.handshakePossessions:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 7
StackMap locals: sun.security.ssl.KrbKeyExchange$KrbKAGenerator sun.security.ssl.HandshakeContext sun.security.ssl.KrbKeyExchange$KrbPremasterSecret top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.SSLPossession
astore 3 /* possession */
start local 3 // sun.security.ssl.SSLPossession possession
4: .line 197
aload 3 /* possession */
instanceof sun.security.ssl.KrbKeyExchange$KrbPremasterSecret
ifeq 7
5: .line 198
aload 3 /* possession */
checkcast sun.security.ssl.KrbKeyExchange$KrbPremasterSecret
astore 2 /* premaster */
6: .line 199
goto 15
end local 3 // sun.security.ssl.SSLPossession possession
7: .line 196
StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
8: .line 202
goto 15
9: .line 203
StackMap locals: sun.security.ssl.KrbKeyExchange$KrbKAGenerator sun.security.ssl.HandshakeContext sun.security.ssl.KrbKeyExchange$KrbPremasterSecret
StackMap stack:
aload 1 /* context */
getfield sun.security.ssl.HandshakeContext.handshakeCredentials:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 14
StackMap locals: sun.security.ssl.KrbKeyExchange$KrbKAGenerator sun.security.ssl.HandshakeContext sun.security.ssl.KrbKeyExchange$KrbPremasterSecret top java.util.Iterator
StackMap stack:
10: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.SSLCredentials
astore 3 /* credential */
start local 3 // sun.security.ssl.SSLCredentials credential
11: .line 204
aload 3 /* credential */
instanceof sun.security.ssl.KrbKeyExchange$KrbPremasterSecret
ifeq 14
12: .line 205
aload 3 /* credential */
checkcast sun.security.ssl.KrbKeyExchange$KrbPremasterSecret
astore 2 /* premaster */
13: .line 206
goto 15
end local 3 // sun.security.ssl.SSLCredentials credential
14: .line 203
StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 10
15: .line 211
StackMap locals: sun.security.ssl.KrbKeyExchange$KrbKAGenerator sun.security.ssl.HandshakeContext sun.security.ssl.KrbKeyExchange$KrbPremasterSecret
StackMap stack:
aload 2 /* premaster */
ifnonnull 19
16: .line 212
aload 1 /* context */
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
17: .line 213
ldc "No sufficient KRB key agreement parameters negotiated"
18: .line 212
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
19: .line 216
StackMap locals:
StackMap stack:
new sun.security.ssl.KrbKeyExchange$KrbKAGenerator$KRBKAKeyDerivation
dup
aload 1 /* context */
aload 2 /* premaster */
getfield sun.security.ssl.KrbKeyExchange$KrbPremasterSecret.preMaster:[B
invokespecial sun.security.ssl.KrbKeyExchange$KrbKAGenerator$KRBKAKeyDerivation.<init>:(Lsun/security/ssl/HandshakeContext;[B)V
areturn
end local 2 // sun.security.ssl.KrbKeyExchange$KrbPremasterSecret premaster
end local 1 // sun.security.ssl.HandshakeContext context
end local 0 // sun.security.ssl.KrbKeyExchange$KrbKAGenerator this
LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lsun/security/ssl/KrbKeyExchange$KrbKAGenerator;
0 20 1 context Lsun/security/ssl/HandshakeContext;
1 20 2 premaster Lsun/security/ssl/KrbKeyExchange$KrbPremasterSecret;
4 7 3 possession Lsun/security/ssl/SSLPossession;
11 14 3 credential Lsun/security/ssl/SSLCredentials;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
}
SourceFile: "KrbKeyExchange.java"
NestHost: sun.security.ssl.KrbKeyExchange
InnerClasses:
private final KrbKAGenerator = sun.security.ssl.KrbKeyExchange$KrbKAGenerator of sun.security.ssl.KrbKeyExchange
private final KRBKAKeyDerivation = sun.security.ssl.KrbKeyExchange$KrbKAGenerator$KRBKAKeyDerivation of sun.security.ssl.KrbKeyExchange$KrbKAGenerator
final KrbPremasterSecret = sun.security.ssl.KrbKeyExchange$KrbPremasterSecret of sun.security.ssl.KrbKeyExchange