public final class io.netty.handler.ssl.PemPrivateKey extends io.netty.util.AbstractReferenceCounted implements java.security.PrivateKey, io.netty.handler.ssl.PemEncoded
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.ssl.PemPrivateKey
super_class: io.netty.util.AbstractReferenceCounted
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 7978017465645018936
private static final byte[] BEGIN_PRIVATE_KEY;
descriptor: [B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final byte[] END_PRIVATE_KEY;
descriptor: [B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.String PKCS8_FORMAT;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "PKCS#8"
private final io.netty.buffer.ByteBuf content;
descriptor: Lio/netty/buffer/ByteBuf;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc "-----BEGIN PRIVATE KEY-----\n"
getstatic io.netty.util.CharsetUtil.US_ASCII:Ljava/nio/charset/Charset;
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
putstatic io.netty.handler.ssl.PemPrivateKey.BEGIN_PRIVATE_KEY:[B
1: ldc "\n-----END PRIVATE KEY-----\n"
getstatic io.netty.util.CharsetUtil.US_ASCII:Ljava/nio/charset/Charset;
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
putstatic io.netty.handler.ssl.PemPrivateKey.END_PRIVATE_KEY:[B
2: return
LocalVariableTable:
Start End Slot Name Signature
static io.netty.handler.ssl.PemEncoded toPEM(io.netty.buffer.ByteBufAllocator, boolean, java.security.PrivateKey);
descriptor: (Lio/netty/buffer/ByteBufAllocator;ZLjava/security/PrivateKey;)Lio/netty/handler/ssl/PemEncoded;
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=13, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof io.netty.handler.ssl.PemEncoded
ifeq 2
1: aload 2
checkcast io.netty.handler.ssl.PemEncoded
invokeinterface io.netty.handler.ssl.PemEncoded.retain:()Lio/netty/handler/ssl/PemEncoded;
areturn
2: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.security.PrivateKey.getEncoded:()[B
invokestatic io.netty.buffer.Unpooled.wrappedBuffer:([B)Lio/netty/buffer/ByteBuf;
astore 3
start local 3 3: aload 0
aload 3
invokestatic io.netty.handler.ssl.SslUtils.toBase64:(Lio/netty/buffer/ByteBufAllocator;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
astore 4
start local 4 4: getstatic io.netty.handler.ssl.PemPrivateKey.BEGIN_PRIVATE_KEY:[B
arraylength
aload 4
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
iadd
getstatic io.netty.handler.ssl.PemPrivateKey.END_PRIVATE_KEY:[B
arraylength
iadd
istore 5
start local 5 5: iconst_0
istore 6
start local 6 6: iload 1
ifeq 7
aload 0
iload 5
invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
goto 8
StackMap locals: io.netty.buffer.ByteBufAllocator int java.security.PrivateKey io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf int int
StackMap stack:
7: aload 0
iload 5
invokeinterface io.netty.buffer.ByteBufAllocator.buffer:(I)Lio/netty/buffer/ByteBuf;
StackMap locals:
StackMap stack: io.netty.buffer.ByteBuf
8: astore 7
start local 7 9: aload 7
getstatic io.netty.handler.ssl.PemPrivateKey.BEGIN_PRIVATE_KEY:[B
invokevirtual io.netty.buffer.ByteBuf.writeBytes:([B)Lio/netty/buffer/ByteBuf;
pop
10: aload 7
aload 4
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
pop
11: aload 7
getstatic io.netty.handler.ssl.PemPrivateKey.END_PRIVATE_KEY:[B
invokevirtual io.netty.buffer.ByteBuf.writeBytes:([B)Lio/netty/buffer/ByteBuf;
pop
12: new io.netty.handler.ssl.PemValue
dup
aload 7
iconst_1
invokespecial io.netty.handler.ssl.PemValue.<init>:(Lio/netty/buffer/ByteBuf;Z)V
astore 8
start local 8 13: iconst_1
istore 6
14: aload 8
astore 10
15: iload 6
ifne 17
16: aload 7
invokestatic io.netty.handler.ssl.SslUtils.zerooutAndRelease:(Lio/netty/buffer/ByteBuf;)V
17: StackMap locals: io.netty.buffer.ByteBufAllocator int java.security.PrivateKey io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf int int io.netty.buffer.ByteBuf io.netty.handler.ssl.PemValue top io.netty.handler.ssl.PemEncoded
StackMap stack:
aload 4
invokestatic io.netty.handler.ssl.SslUtils.zerooutAndRelease:(Lio/netty/buffer/ByteBuf;)V
18: aload 3
invokestatic io.netty.handler.ssl.SslUtils.zerooutAndRelease:(Lio/netty/buffer/ByteBuf;)V
19: aload 10
areturn
end local 8 20: StackMap locals: io.netty.buffer.ByteBufAllocator int java.security.PrivateKey io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf int int io.netty.buffer.ByteBuf
StackMap stack: java.lang.Throwable
astore 9
21: iload 6
ifne 23
22: aload 7
invokestatic io.netty.handler.ssl.SslUtils.zerooutAndRelease:(Lio/netty/buffer/ByteBuf;)V
23: StackMap locals: io.netty.buffer.ByteBufAllocator int java.security.PrivateKey io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf int int io.netty.buffer.ByteBuf top java.lang.Throwable
StackMap stack:
aload 9
athrow
end local 7 end local 6 end local 5 24: StackMap locals: io.netty.buffer.ByteBufAllocator int java.security.PrivateKey io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf
StackMap stack: java.lang.Throwable
astore 11
25: aload 4
invokestatic io.netty.handler.ssl.SslUtils.zerooutAndRelease:(Lio/netty/buffer/ByteBuf;)V
26: aload 11
athrow
end local 4 27: StackMap locals: io.netty.buffer.ByteBufAllocator int java.security.PrivateKey io.netty.buffer.ByteBuf
StackMap stack: java.lang.Throwable
astore 12
28: aload 3
invokestatic io.netty.handler.ssl.SslUtils.zerooutAndRelease:(Lio/netty/buffer/ByteBuf;)V
29: aload 12
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 allocator Lio/netty/buffer/ByteBufAllocator;
0 30 1 useDirect Z
0 30 2 key Ljava/security/PrivateKey;
3 30 3 encoded Lio/netty/buffer/ByteBuf;
4 27 4 base64 Lio/netty/buffer/ByteBuf;
5 24 5 size I
6 24 6 success Z
9 24 7 pem Lio/netty/buffer/ByteBuf;
13 20 8 value Lio/netty/handler/ssl/PemValue;
Exception table:
from to target type
9 15 20 any
4 17 24 any
20 24 24 any
3 18 27 any
20 27 27 any
MethodParameters:
Name Flags
allocator
useDirect
key
public static io.netty.handler.ssl.PemPrivateKey valueOf(byte[]);
descriptor: ([B)Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.netty.buffer.Unpooled.wrappedBuffer:([B)Lio/netty/buffer/ByteBuf;
invokestatic io.netty.handler.ssl.PemPrivateKey.valueOf:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 key [B
MethodParameters:
Name Flags
key
public static io.netty.handler.ssl.PemPrivateKey valueOf(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.netty.handler.ssl.PemPrivateKey
dup
aload 0
invokespecial io.netty.handler.ssl.PemPrivateKey.<init>:(Lio/netty/buffer/ByteBuf;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 key Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
key
private void <init>(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.netty.util.AbstractReferenceCounted.<init>:()V
1: aload 0
aload 1
ldc "content"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.buffer.ByteBuf
putfield io.netty.handler.ssl.PemPrivateKey.content:Lio/netty/buffer/ByteBuf;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/ssl/PemPrivateKey;
0 3 1 content Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
content
public boolean isSensitive();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
public io.netty.buffer.ByteBuf content();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.refCnt:()I
istore 1
start local 1 1: iload 1
ifgt 3
2: new io.netty.util.IllegalReferenceCountException
dup
iload 1
invokespecial io.netty.util.IllegalReferenceCountException.<init>:(I)V
athrow
3: StackMap locals: int
StackMap stack:
aload 0
getfield io.netty.handler.ssl.PemPrivateKey.content:Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/ssl/PemPrivateKey;
1 4 1 count I
public io.netty.handler.ssl.PemPrivateKey copy();
descriptor: ()Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.netty.handler.ssl.PemPrivateKey.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.copy:()Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.handler.ssl.PemPrivateKey.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
public io.netty.handler.ssl.PemPrivateKey duplicate();
descriptor: ()Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.netty.handler.ssl.PemPrivateKey.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.duplicate:()Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.handler.ssl.PemPrivateKey.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
public io.netty.handler.ssl.PemPrivateKey retainedDuplicate();
descriptor: ()Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.netty.handler.ssl.PemPrivateKey.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.retainedDuplicate:()Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.handler.ssl.PemPrivateKey.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
public io.netty.handler.ssl.PemPrivateKey replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new io.netty.handler.ssl.PemPrivateKey
dup
aload 1
invokespecial io.netty.handler.ssl.PemPrivateKey.<init>:(Lio/netty/buffer/ByteBuf;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
0 1 1 content Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
content
public io.netty.handler.ssl.PemPrivateKey touch();
descriptor: ()Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.ssl.PemPrivateKey.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.touch:()Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/ssl/PemPrivateKey;
public io.netty.handler.ssl.PemPrivateKey touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.ssl.PemPrivateKey.content:Lio/netty/buffer/ByteBuf;
aload 1
invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/ssl/PemPrivateKey;
0 2 1 hint Ljava/lang/Object;
MethodParameters:
Name Flags
hint
public io.netty.handler.ssl.PemPrivateKey retain();
descriptor: ()Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.util.AbstractReferenceCounted.retain:()Lio/netty/util/ReferenceCounted;
checkcast io.netty.handler.ssl.PemPrivateKey
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
public io.netty.handler.ssl.PemPrivateKey retain(int);
descriptor: (I)Lio/netty/handler/ssl/PemPrivateKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.netty.util.AbstractReferenceCounted.retain:(I)Lio/netty/util/ReferenceCounted;
checkcast io.netty.handler.ssl.PemPrivateKey
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
0 1 1 increment I
MethodParameters:
Name Flags
increment
protected void deallocate();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.ssl.PemPrivateKey.content:Lio/netty/buffer/ByteBuf;
invokestatic io.netty.handler.ssl.SslUtils.zerooutAndRelease:(Lio/netty/buffer/ByteBuf;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/ssl/PemPrivateKey;
public byte[] getEncoded();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
public java.lang.String getAlgorithm();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
public java.lang.String getFormat();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "PKCS#8"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/PemPrivateKey;
public void destroy();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.refCnt:()I
invokevirtual io.netty.handler.ssl.PemPrivateKey.release:(I)Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/ssl/PemPrivateKey;
public boolean isDestroyed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.refCnt:()I
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/ssl/PemPrivateKey;
public io.netty.buffer.ByteBufHolder copy();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.copy:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.ssl.PemEncoded copy();
descriptor: ()Lio/netty/handler/ssl/PemEncoded;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.copy:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain(int);
descriptor: (I)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.ssl.PemPrivateKey.retain:(I)Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.ssl.PemEncoded retain(int);
descriptor: (I)Lio/netty/handler/ssl/PemEncoded;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.ssl.PemPrivateKey.retain:(I)Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain(int);
descriptor: (I)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.ssl.PemPrivateKey.retain:(I)Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.retain:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.ssl.PemEncoded retain();
descriptor: ()Lio/netty/handler/ssl/PemEncoded;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.retain:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.retain:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder duplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.duplicate:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.ssl.PemEncoded duplicate();
descriptor: ()Lio/netty/handler/ssl/PemEncoded;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.duplicate:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.ssl.PemPrivateKey.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.ssl.PemEncoded replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemEncoded;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.ssl.PemPrivateKey.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.ssl.PemPrivateKey.touch:(Ljava/lang/Object;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.ssl.PemPrivateKey.touch:(Ljava/lang/Object;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.ssl.PemEncoded touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/ssl/PemEncoded;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.ssl.PemPrivateKey.touch:(Ljava/lang/Object;)Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.touch:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.ssl.PemEncoded touch();
descriptor: ()Lio/netty/handler/ssl/PemEncoded;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.touch:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.touch:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retainedDuplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.retainedDuplicate:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.ssl.PemEncoded retainedDuplicate();
descriptor: ()Lio/netty/handler/ssl/PemEncoded;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.ssl.PemPrivateKey.retainedDuplicate:()Lio/netty/handler/ssl/PemPrivateKey;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "PemPrivateKey.java"