abstract class sun.security.ssl.HelloCookieManager
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: sun.security.ssl.HelloCookieManager
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.security.ssl.HelloCookieManager this
0: .line 39
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.security.ssl.HelloCookieManager this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/HelloCookieManager;
abstract byte[] createCookie(sun.security.ssl.ServerHandshakeContext, sun.security.ssl.ClientHello$ClientHelloMessage);
descriptor: (Lsun/security/ssl/ServerHandshakeContext;Lsun/security/ssl/ClientHello$ClientHelloMessage;)[B
flags: (0x0400) ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
clientHello
abstract boolean isCookieValid(sun.security.ssl.ServerHandshakeContext, sun.security.ssl.ClientHello$ClientHelloMessage, byte[]);
descriptor: (Lsun/security/ssl/ServerHandshakeContext;Lsun/security/ssl/ClientHello$ClientHelloMessage;[B)Z
flags: (0x0400) ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
clientHello
cookie
}
SourceFile: "HelloCookieManager.java"
NestMembers:
sun.security.ssl.HelloCookieManager$Builder sun.security.ssl.HelloCookieManager$D10HelloCookieManager sun.security.ssl.HelloCookieManager$D13HelloCookieManager sun.security.ssl.HelloCookieManager$T13HelloCookieManager
InnerClasses:
final ClientHelloMessage = sun.security.ssl.ClientHello$ClientHelloMessage of sun.security.ssl.ClientHello
Builder = sun.security.ssl.HelloCookieManager$Builder of sun.security.ssl.HelloCookieManager
private final D10HelloCookieManager = sun.security.ssl.HelloCookieManager$D10HelloCookieManager of sun.security.ssl.HelloCookieManager
private final D13HelloCookieManager = sun.security.ssl.HelloCookieManager$D13HelloCookieManager of sun.security.ssl.HelloCookieManager
private final T13HelloCookieManager = sun.security.ssl.HelloCookieManager$T13HelloCookieManager of sun.security.ssl.HelloCookieManager