public class io.vertx.core.net.PfxOptions extends io.vertx.core.net.KeyStoreOptionsBase
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.net.PfxOptions
super_class: io.vertx.core.net.KeyStoreOptionsBase
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.net.KeyStoreOptionsBase.<init>:()V
1: aload 0
ldc "PKCS12"
invokevirtual io.vertx.core.net.PfxOptions.setType:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
pop
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PfxOptions;
public void <init>(io.vertx.core.net.PfxOptions);
descriptor: (Lio/vertx/core/net/PfxOptions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.KeyStoreOptionsBase.<init>:(Lio/vertx/core/net/KeyStoreOptionsBase;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/PfxOptions;
0 2 1 other Lio/vertx/core/net/PfxOptions;
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 io.vertx.core.net.PfxOptions.<init>:()V
1: aload 1
aload 0
invokestatic io.vertx.core.net.PfxOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/PfxOptions;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/PfxOptions;
0 3 1 json Lio/vertx/core/json/JsonObject;
MethodParameters:
Name Flags
json
public io.vertx.core.net.PfxOptions setPassword(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.KeyStoreOptionsBase.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
checkcast io.vertx.core.net.PfxOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PfxOptions;
0 1 1 password Ljava/lang/String;
MethodParameters:
Name Flags
password
public io.vertx.core.net.PfxOptions setPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.KeyStoreOptionsBase.setPath:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
checkcast io.vertx.core.net.PfxOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PfxOptions;
0 1 1 path Ljava/lang/String;
MethodParameters:
Name Flags
path
public io.vertx.core.net.PfxOptions setValue(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PfxOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.KeyStoreOptionsBase.setValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/KeyStoreOptionsBase;
checkcast io.vertx.core.net.PfxOptions
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PfxOptions;
0 1 1 value Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
value
public io.vertx.core.net.PfxOptions copy();
descriptor: ()Lio/vertx/core/net/PfxOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.core.net.PfxOptions
dup
aload 0
invokespecial io.vertx.core.net.PfxOptions.<init>:(Lio/vertx/core/net/PfxOptions;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/PfxOptions;
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.PfxOptionsConverter.toJson:(Lio/vertx/core/net/PfxOptions;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/PfxOptions;
1 3 1 json Lio/vertx/core/json/JsonObject;
public io.vertx.core.net.KeyStoreOptionsBase setPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.net.PfxOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.KeyStoreOptionsBase copy();
descriptor: ()Lio/vertx/core/net/KeyStoreOptionsBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.PfxOptions.copy:()Lio/vertx/core/net/PfxOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
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.PfxOptions.copy:()Lio/vertx/core/net/PfxOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.TrustOptions copy();
descriptor: ()Lio/vertx/core/net/TrustOptions;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.PfxOptions.copy:()Lio/vertx/core/net/PfxOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.KeyStoreOptionsBase setPassword(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.net.PfxOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.KeyStoreOptionsBase setValue(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/KeyStoreOptionsBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.net.PfxOptions.setValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PfxOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "PfxOptions.java"
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)