public interface io.vertx.core.net.TrustOptions
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.core.net.TrustOptions
super_class: java.lang.Object
{
public io.vertx.core.net.TrustOptions copy();
descriptor: ()Lio/vertx/core/net/TrustOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface io.vertx.core.net.TrustOptions.clone:()Lio/vertx/core/net/TrustOptions;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/TrustOptions;
public abstract io.vertx.core.net.TrustOptions clone();
descriptor: ()Lio/vertx/core/net/TrustOptions;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public javax.net.ssl.TrustManagerFactory getTrustManagerFactory(io.vertx.core.Vertx);
descriptor: (Lio/vertx/core/Vertx;)Ljavax/net/ssl/TrustManagerFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
checkcast io.vertx.core.impl.VertxInternal
aload 0
invokestatic io.vertx.core.net.impl.KeyStoreHelper.create:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/impl/KeyStoreHelper;
aload 1
checkcast io.vertx.core.impl.VertxInternal
invokevirtual io.vertx.core.net.impl.KeyStoreHelper.getTrustMgrFactory:(Lio/vertx/core/impl/VertxInternal;)Ljavax/net/ssl/TrustManagerFactory;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/TrustOptions;
0 1 1 vertx Lio/vertx/core/Vertx;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
vertx
public java.util.function.Function<java.lang.String, javax.net.ssl.TrustManager[]> trustManagerMapper(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 1
checkcast io.vertx.core.impl.VertxInternal
aload 0
invokestatic io.vertx.core.net.impl.KeyStoreHelper.create:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/net/TrustOptions;)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.getTrustMgr(Ljava/lang/String;)[Ljavax/net/ssl/TrustManager; (5)
(Ljava/lang/String;)[Ljavax/net/ssl/TrustManager;
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/TrustOptions;
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/TrustManager;>;
MethodParameters:
Name Flags
vertx
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.vertx.core.net.TrustOptions.clone:()Lio/vertx/core/net/TrustOptions;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
}
SourceFile: "TrustOptions.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles