public class io.vertx.core.net.PemKeyCertOptions implements io.vertx.core.net.KeyCertOptions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.net.PemKeyCertOptions
super_class: java.lang.Object
{
private io.vertx.core.net.impl.KeyStoreHelper helper;
descriptor: Lio/vertx/core/net/impl/KeyStoreHelper;
flags: (0x0002) ACC_PRIVATE
private java.util.List<java.lang.String> keyPaths;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
private java.util.List<io.vertx.core.buffer.Buffer> keyValues;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
private java.util.List<java.lang.String> certPaths;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
private java.util.List<io.vertx.core.buffer.Buffer> certValues;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokevirtual io.vertx.core.net.PemKeyCertOptions.init:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
private void init();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
2: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
3: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/net/PemKeyCertOptions;
public void <init>(io.vertx.core.net.PemKeyCertOptions);
descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
ifnull 2
new java.util.ArrayList
dup
aload 1
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
goto 3
StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
StackMap stack: io.vertx.core.net.PemKeyCertOptions
2: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
StackMap stack: io.vertx.core.net.PemKeyCertOptions java.util.ArrayList
3: putfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
4: aload 0
aload 1
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
ifnull 5
new java.util.ArrayList
dup
aload 1
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
goto 6
StackMap locals:
StackMap stack: io.vertx.core.net.PemKeyCertOptions
5: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
StackMap stack: io.vertx.core.net.PemKeyCertOptions java.util.ArrayList
6: putfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
7: aload 0
aload 1
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
ifnull 8
new java.util.ArrayList
dup
aload 1
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
goto 9
StackMap locals:
StackMap stack: io.vertx.core.net.PemKeyCertOptions
8: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
StackMap stack: io.vertx.core.net.PemKeyCertOptions java.util.ArrayList
9: putfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
10: aload 0
aload 1
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
ifnull 11
new java.util.ArrayList
dup
aload 1
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
goto 12
StackMap locals:
StackMap stack: io.vertx.core.net.PemKeyCertOptions
11: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
StackMap stack: io.vertx.core.net.PemKeyCertOptions java.util.ArrayList
12: putfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
13: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 14 1 other Lio/vertx/core/net/PemKeyCertOptions;
MethodParameters:
Name Flags
other
public void <init>(io.vertx.core.json.JsonObject);
descriptor: (Lio/vertx/core/json/JsonObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokevirtual io.vertx.core.net.PemKeyCertOptions.init:()V
2: aload 1
aload 0
invokestatic io.vertx.core.net.PemKeyCertOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/PemKeyCertOptions;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 4 1 json Lio/vertx/core/json/JsonObject;
MethodParameters:
Name Flags
json
public io.vertx.core.json.JsonObject toJson();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokestatic io.vertx.core.net.PemKeyCertOptionsConverter.toJson:(Lio/vertx/core/net/PemKeyCertOptions;Lio/vertx/core/json/JsonObject;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
1 3 1 json Lio/vertx/core/json/JsonObject;
public java.lang.String getKeyPath();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifeq 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast java.lang.String
StackMap locals:
StackMap stack: java.lang.String
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
public io.vertx.core.net.PemKeyCertOptions setKeyPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
invokeinterface java.util.List.clear:()V
1: aload 1
ifnull 3
2: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 4 1 keyPath Ljava/lang/String;
MethodParameters:
Name Flags
keyPath
public java.util.List<java.lang.String> getKeyPaths();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PemKeyCertOptions;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public io.vertx.core.net.PemKeyCertOptions setKeyPaths(java.util.List<java.lang.String>);
descriptor: (Ljava/util/List;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
invokeinterface java.util.List.clear:()V
1: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
aload 1
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 3 1 keyPaths Ljava/util/List<Ljava/lang/String;>;
Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/core/net/PemKeyCertOptions;
MethodParameters:
Name Flags
keyPaths
public io.vertx.core.net.PemKeyCertOptions addKeyPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: ldc "Null keyPath"
invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
3: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
4: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 5 1 keyPath Ljava/lang/String;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
keyPath
public io.vertx.core.buffer.Buffer getKeyValue();
descriptor: ()Lio/vertx/core/buffer/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifeq 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.buffer.Buffer
StackMap locals:
StackMap stack: io.vertx.core.buffer.Buffer
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
public io.vertx.core.net.PemKeyCertOptions setKeyValue(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
invokeinterface java.util.List.clear:()V
1: aload 1
ifnull 3
2: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 4 1 keyValue Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
keyValue
public java.util.List<io.vertx.core.buffer.Buffer> getKeyValues();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PemKeyCertOptions;
Signature: ()Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
public io.vertx.core.net.PemKeyCertOptions setKeyValues(java.util.List<io.vertx.core.buffer.Buffer>);
descriptor: (Ljava/util/List;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
invokeinterface java.util.List.clear:()V
1: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
aload 1
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 3 1 keyValues Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
Signature: (Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/net/PemKeyCertOptions;
MethodParameters:
Name Flags
keyValues
public io.vertx.core.net.PemKeyCertOptions addKeyValue(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: ldc "Null keyValue"
invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
3: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
4: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 5 1 keyValue Lio/vertx/core/buffer/Buffer;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
keyValue
public java.lang.String getCertPath();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifeq 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast java.lang.String
StackMap locals:
StackMap stack: java.lang.String
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
public io.vertx.core.net.PemKeyCertOptions setCertPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
invokeinterface java.util.List.clear:()V
1: aload 1
ifnull 3
2: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 4 1 certPath Ljava/lang/String;
MethodParameters:
Name Flags
certPath
public java.util.List<java.lang.String> getCertPaths();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PemKeyCertOptions;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public io.vertx.core.net.PemKeyCertOptions setCertPaths(java.util.List<java.lang.String>);
descriptor: (Ljava/util/List;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
invokeinterface java.util.List.clear:()V
1: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
aload 1
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 3 1 certPaths Ljava/util/List<Ljava/lang/String;>;
Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/core/net/PemKeyCertOptions;
MethodParameters:
Name Flags
certPaths
public io.vertx.core.net.PemKeyCertOptions addCertPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: ldc "Null certPath"
invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
3: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
4: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 5 1 certPath Ljava/lang/String;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
certPath
public io.vertx.core.buffer.Buffer getCertValue();
descriptor: ()Lio/vertx/core/buffer/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifeq 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.buffer.Buffer
StackMap locals:
StackMap stack: io.vertx.core.buffer.Buffer
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
public io.vertx.core.net.PemKeyCertOptions setCertValue(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
invokeinterface java.util.List.clear:()V
1: aload 1
ifnull 3
2: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 4 1 certValue Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
certValue
public java.util.List<io.vertx.core.buffer.Buffer> getCertValues();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PemKeyCertOptions;
Signature: ()Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
public io.vertx.core.net.PemKeyCertOptions setCertValues(java.util.List<io.vertx.core.buffer.Buffer>);
descriptor: (Ljava/util/List;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
invokeinterface java.util.List.clear:()V
1: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
aload 1
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 3 1 certValues Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
Signature: (Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/net/PemKeyCertOptions;
MethodParameters:
Name Flags
certValues
public io.vertx.core.net.PemKeyCertOptions addCertValue(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: ldc "Null certValue"
invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
3: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
4: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 5 1 certValue Lio/vertx/core/buffer/Buffer;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
certValue
public io.vertx.core.net.PemKeyCertOptions copy();
descriptor: ()Lio/vertx/core/net/PemKeyCertOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.core.net.PemKeyCertOptions
dup
aload 0
invokespecial io.vertx.core.net.PemKeyCertOptions.<init>:(Lio/vertx/core/net/PemKeyCertOptions;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PemKeyCertOptions;
io.vertx.core.net.impl.KeyStoreHelper getHelper(io.vertx.core.Vertx);
descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/core/net/impl/KeyStoreHelper;
flags: (0x0000)
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
ifnonnull 14
1: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
start local 2 2: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 5
StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.Vertx java.util.List top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.String
astore 3
start local 3 4: aload 2
aload 1
invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
aload 1
checkcast io.vertx.core.impl.VertxInternal
aload 3
invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
invokeinterface io.vertx.core.file.FileSystem.readFileBlocking:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 3 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: aload 2
aload 0
getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
7: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 3
start local 3 8: aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 11
StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.Vertx java.util.List java.util.List top java.util.Iterator
StackMap stack:
9: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.String
astore 4
start local 4 10: aload 3
aload 1
invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
aload 1
checkcast io.vertx.core.impl.VertxInternal
aload 4
invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
invokeinterface io.vertx.core.file.FileSystem.readFileBlocking:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 4 11: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 9
12: aload 3
aload 0
getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
13: aload 0
new io.vertx.core.net.impl.KeyStoreHelper
dup
aload 2
aload 3
invokestatic io.vertx.core.net.impl.KeyStoreHelper.loadKeyCert:(Ljava/util/List;Ljava/util/List;)Ljava/security/KeyStore;
ldc "dummy"
invokespecial io.vertx.core.net.impl.KeyStoreHelper.<init>:(Ljava/security/KeyStore;Ljava/lang/String;)V
putfield io.vertx.core.net.PemKeyCertOptions.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
end local 3 end local 2 14: StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.Vertx
StackMap stack:
aload 0
getfield io.vertx.core.net.PemKeyCertOptions.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 15 1 vertx Lio/vertx/core/Vertx;
2 14 2 keys Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
4 5 3 keyPath Ljava/lang/String;
8 14 3 certs Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
10 11 4 certPath Ljava/lang/String;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
vertx
public java.security.KeyStore loadKeyStore(io.vertx.core.Vertx);
descriptor: (Lio/vertx/core/Vertx;)Ljava/security/KeyStore;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.vertx.core.net.PemKeyCertOptions.getHelper:(Lio/vertx/core/Vertx;)Lio/vertx/core/net/impl/KeyStoreHelper;
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
invokevirtual io.vertx.core.net.impl.KeyStoreHelper.store:()Ljava/security/KeyStore;
goto 3
StackMap locals: io.vertx.core.net.impl.KeyStoreHelper
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: java.security.KeyStore
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 4 1 vertx Lio/vertx/core/Vertx;
1 4 2 helper Lio/vertx/core/net/impl/KeyStoreHelper;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
vertx
public javax.net.ssl.KeyManagerFactory getKeyManagerFactory(io.vertx.core.Vertx);
descriptor: (Lio/vertx/core/Vertx;)Ljavax/net/ssl/KeyManagerFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.vertx.core.net.PemKeyCertOptions.getHelper:(Lio/vertx/core/Vertx;)Lio/vertx/core/net/impl/KeyStoreHelper;
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
invokevirtual io.vertx.core.net.impl.KeyStoreHelper.getKeyMgrFactory:()Ljavax/net/ssl/KeyManagerFactory;
goto 3
StackMap locals: io.vertx.core.net.impl.KeyStoreHelper
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: javax.net.ssl.KeyManagerFactory
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 4 1 vertx Lio/vertx/core/Vertx;
1 4 2 helper Lio/vertx/core/net/impl/KeyStoreHelper;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
vertx
public java.util.function.Function<java.lang.String, javax.net.ssl.X509KeyManager> keyManagerMapper(io.vertx.core.Vertx);
descriptor: (Lio/vertx/core/Vertx;)Ljava/util/function/Function;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.vertx.core.net.PemKeyCertOptions.getHelper:(Lio/vertx/core/Vertx;)Lio/vertx/core/net/impl/KeyStoreHelper;
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic apply(Lio/vertx/core/net/impl/KeyStoreHelper;)Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/vertx/core/net/impl/KeyStoreHelper.getKeyMgr(Ljava/lang/String;)Ljavax/net/ssl/X509KeyManager; (5)
(Ljava/lang/String;)Ljavax/net/ssl/X509KeyManager;
goto 3
StackMap locals: io.vertx.core.net.impl.KeyStoreHelper
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: java.util.function.Function
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/net/PemKeyCertOptions;
0 4 1 vertx Lio/vertx/core/Vertx;
1 4 2 helper Lio/vertx/core/net/impl/KeyStoreHelper;
Exceptions:
throws java.lang.Exception
Signature: (Lio/vertx/core/Vertx;)Ljava/util/function/Function<Ljava/lang/String;Ljavax/net/ssl/X509KeyManager;>;
MethodParameters:
Name Flags
vertx
public io.vertx.core.net.KeyCertOptions copy();
descriptor: ()Lio/vertx/core/net/KeyCertOptions;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.PemKeyCertOptions.copy:()Lio/vertx/core/net/PemKeyCertOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "PemKeyCertOptions.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public abstract Entry = java.util.Map$Entry of java.util.Map
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)