public class sun.security.x509.SubjectKeyIdentifierExtension extends sun.security.x509.Extension implements sun.security.x509.CertAttrSet<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.x509.SubjectKeyIdentifierExtension
  super_class: sun.security.x509.Extension
{
  public static final java.lang.String IDENT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "x509.info.extensions.SubjectKeyIdentifier"

  public static final java.lang.String NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "SubjectKeyIdentifier"

  public static final java.lang.String KEY_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "key_id"

  private sun.security.x509.KeyIdentifier id;
    descriptor: Lsun/security/x509/KeyIdentifier;
    flags: (0x0002) ACC_PRIVATE

  private void encodeThis();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
         0: .line 74
            aload 0 /* this */
            getfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
            ifnonnull 3
         1: .line 75
            aload 0 /* this */
            aconst_null
            putfield sun.security.x509.SubjectKeyIdentifierExtension.extensionValue:[B
         2: .line 76
            return
         3: .line 78
      StackMap locals:
      StackMap stack:
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 1 /* os */
        start local 1 // sun.security.util.DerOutputStream os
         4: .line 79
            aload 0 /* this */
            getfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
            aload 1 /* os */
            invokevirtual sun.security.x509.KeyIdentifier.encode:(Lsun/security/util/DerOutputStream;)V
         5: .line 80
            aload 0 /* this */
            aload 1 /* os */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
            putfield sun.security.x509.SubjectKeyIdentifierExtension.extensionValue:[B
         6: .line 81
            return
        end local 1 // sun.security.util.DerOutputStream os
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/x509/SubjectKeyIdentifierExtension;
            4    7     1    os  Lsun/security/util/DerOutputStream;
    Exceptions:
      throws java.io.IOException

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
        start local 1 // byte[] octetString
         0: .line 88
            aload 0 /* this */
            invokespecial sun.security.x509.Extension.<init>:()V
         1: .line 70
            aload 0 /* this */
            aconst_null
            putfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
         2: .line 90
            aload 0 /* this */
            new sun.security.x509.KeyIdentifier
            dup
            aload 1 /* octetString */
            invokespecial sun.security.x509.KeyIdentifier.<init>:([B)V
            putfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
         3: .line 92
            aload 0 /* this */
            getstatic sun.security.x509.PKIXExtensions.SubjectKey_Id:Lsun/security/util/ObjectIdentifier;
            putfield sun.security.x509.SubjectKeyIdentifierExtension.extensionId:Lsun/security/util/ObjectIdentifier;
         4: .line 93
            aload 0 /* this */
            iconst_0
            putfield sun.security.x509.SubjectKeyIdentifierExtension.critical:Z
         5: .line 94
            aload 0 /* this */
            invokevirtual sun.security.x509.SubjectKeyIdentifierExtension.encodeThis:()V
         6: .line 95
            return
        end local 1 // byte[] octetString
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lsun/security/x509/SubjectKeyIdentifierExtension;
            0    7     1  octetString  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      octetString  

  public void <init>(java.lang.Boolean, java.lang.Object);
    descriptor: (Ljava/lang/Boolean;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
        start local 1 // java.lang.Boolean critical
        start local 2 // java.lang.Object value
         0: .line 105
            aload 0 /* this */
            invokespecial sun.security.x509.Extension.<init>:()V
         1: .line 70
            aload 0 /* this */
            aconst_null
            putfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
         2: .line 107
            aload 0 /* this */
            getstatic sun.security.x509.PKIXExtensions.SubjectKey_Id:Lsun/security/util/ObjectIdentifier;
            putfield sun.security.x509.SubjectKeyIdentifierExtension.extensionId:Lsun/security/util/ObjectIdentifier;
         3: .line 108
            aload 0 /* this */
            aload 1 /* critical */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield sun.security.x509.SubjectKeyIdentifierExtension.critical:Z
         4: .line 109
            aload 0 /* this */
            aload 2 /* value */
            checkcast byte[]
            putfield sun.security.x509.SubjectKeyIdentifierExtension.extensionValue:[B
         5: .line 110
            new sun.security.util.DerValue
            dup
            aload 0 /* this */
            getfield sun.security.x509.SubjectKeyIdentifierExtension.extensionValue:[B
            invokespecial sun.security.util.DerValue.<init>:([B)V
            astore 3 /* val */
        start local 3 // sun.security.util.DerValue val
         6: .line 111
            aload 0 /* this */
            new sun.security.x509.KeyIdentifier
            dup
            aload 3 /* val */
            invokespecial sun.security.x509.KeyIdentifier.<init>:(Lsun/security/util/DerValue;)V
            putfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
         7: .line 112
            return
        end local 3 // sun.security.util.DerValue val
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Boolean critical
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lsun/security/x509/SubjectKeyIdentifierExtension;
            0    8     1  critical  Ljava/lang/Boolean;
            0    8     2     value  Ljava/lang/Object;
            6    8     3       val  Lsun/security/util/DerValue;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      critical  
      value     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
         0: .line 118
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial sun.security.x509.Extension.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 119
            ldc "SubjectKeyIdentifier [\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 118
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/x509/SubjectKeyIdentifierExtension;

  public void encode(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
        start local 1 // java.io.OutputStream out
         0: .line 129
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 2 /* tmp */
        start local 2 // sun.security.util.DerOutputStream tmp
         1: .line 130
            aload 0 /* this */
            getfield sun.security.x509.SubjectKeyIdentifierExtension.extensionValue:[B
            ifnonnull 5
         2: .line 131
            aload 0 /* this */
            getstatic sun.security.x509.PKIXExtensions.SubjectKey_Id:Lsun/security/util/ObjectIdentifier;
            putfield sun.security.x509.SubjectKeyIdentifierExtension.extensionId:Lsun/security/util/ObjectIdentifier;
         3: .line 132
            aload 0 /* this */
            iconst_0
            putfield sun.security.x509.SubjectKeyIdentifierExtension.critical:Z
         4: .line 133
            aload 0 /* this */
            invokevirtual sun.security.x509.SubjectKeyIdentifierExtension.encodeThis:()V
         5: .line 135
      StackMap locals: sun.security.util.DerOutputStream
      StackMap stack:
            aload 0 /* this */
            aload 2 /* tmp */
            invokespecial sun.security.x509.Extension.encode:(Lsun/security/util/DerOutputStream;)V
         6: .line 136
            aload 1 /* out */
            aload 2 /* tmp */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
            invokevirtual java.io.OutputStream.write:([B)V
         7: .line 137
            return
        end local 2 // sun.security.util.DerOutputStream tmp
        end local 1 // java.io.OutputStream out
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/x509/SubjectKeyIdentifierExtension;
            0    8     1   out  Ljava/io/OutputStream;
            1    8     2   tmp  Lsun/security/util/DerOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void set(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object obj
         0: .line 143
            aload 1 /* name */
            ldc "key_id"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 5
         1: .line 144
            aload 2 /* obj */
            instanceof sun.security.x509.KeyIdentifier
            ifne 3
         2: .line 145
            new java.io.IOException
            dup
            ldc "Attribute value should be of type KeyIdentifier."
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* obj */
            checkcast sun.security.x509.KeyIdentifier
            putfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
         4: .line 149
            goto 6
         5: .line 150
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Attribute name not recognized by CertAttrSet:SubjectKeyIdentifierExtension."
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.x509.SubjectKeyIdentifierExtension.encodeThis:()V
         7: .line 154
            return
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String name
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/x509/SubjectKeyIdentifierExtension;
            0    8     1  name  Ljava/lang/String;
            0    8     2   obj  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  
      obj   

  public sun.security.x509.KeyIdentifier get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/security/x509/KeyIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
        start local 1 // java.lang.String name
         0: .line 160
            aload 1 /* name */
            ldc "key_id"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 161
            aload 0 /* this */
            getfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
            areturn
         2: .line 163
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Attribute name not recognized by CertAttrSet:SubjectKeyIdentifierExtension."
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String name
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/x509/SubjectKeyIdentifierExtension;
            0    3     1  name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  public void delete(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
        start local 1 // java.lang.String name
         0: .line 172
            aload 1 /* name */
            ldc "key_id"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 173
            aload 0 /* this */
            aconst_null
            putfield sun.security.x509.SubjectKeyIdentifierExtension.id:Lsun/security/x509/KeyIdentifier;
         2: .line 174
            goto 4
         3: .line 175
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Attribute name not recognized by CertAttrSet:SubjectKeyIdentifierExtension."
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.x509.SubjectKeyIdentifierExtension.encodeThis:()V
         5: .line 179
            return
        end local 1 // java.lang.String name
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/x509/SubjectKeyIdentifierExtension;
            0    6     1  name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  public java.util.Enumeration<java.lang.String> getElements();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
         0: .line 186
            new sun.security.x509.AttributeNameEnumeration
            dup
            invokespecial sun.security.x509.AttributeNameEnumeration.<init>:()V
            astore 1 /* elements */
        start local 1 // sun.security.x509.AttributeNameEnumeration elements
         1: .line 187
            aload 1 /* elements */
            ldc "key_id"
            invokevirtual sun.security.x509.AttributeNameEnumeration.addElement:(Ljava/lang/Object;)V
         2: .line 189
            aload 1 /* elements */
            invokevirtual sun.security.x509.AttributeNameEnumeration.elements:()Ljava/util/Enumeration;
            areturn
        end local 1 // sun.security.x509.AttributeNameEnumeration elements
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/security/x509/SubjectKeyIdentifierExtension;
            1    3     1  elements  Lsun/security/x509/AttributeNameEnumeration;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
         0: .line 196
            ldc "SubjectKeyIdentifier"
            areturn
        end local 0 // sun.security.x509.SubjectKeyIdentifierExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/x509/SubjectKeyIdentifierExtension;

  public java.lang.Object get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual sun.security.x509.SubjectKeyIdentifierExtension.get:(Ljava/lang/String;)Lsun/security/x509/KeyIdentifier;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.security.cert.CertificateException, java.io.IOException
}
Signature: Lsun/security/x509/Extension;Lsun/security/x509/CertAttrSet<Ljava/lang/String;>;
SourceFile: "SubjectKeyIdentifierExtension.java"