class io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce
super_class: java.lang.Object
{
private final long createdAt;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int count;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokestatic java.lang.System.currentTimeMillis:()J
putfield io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce.createdAt:J
2: aload 0
iconst_0
putfield io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce.count:I
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/web/handler/impl/DigestAuthHandlerImpl$Nonce;
}
SourceFile: "DigestAuthHandlerImpl.java"
NestHost: io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl
InnerClasses:
private Nonce = io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce of io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl