public class sun.security.ec.ECDSAOperations$Seed
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.ec.ECDSAOperations$Seed
  super_class: java.lang.Object
{
  private final byte[] seedValue;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ec.ECDSAOperations$Seed this
        start local 1 // byte[] seedValue
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* seedValue */
            putfield sun.security.ec.ECDSAOperations$Seed.seedValue:[B
         2: .line 44
            return
        end local 1 // byte[] seedValue
        end local 0 // sun.security.ec.ECDSAOperations$Seed this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/security/ec/ECDSAOperations$Seed;
            0    3     1  seedValue  [B
    MethodParameters:
           Name  Flags
      seedValue  

  public byte[] getSeedValue();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ec.ECDSAOperations$Seed this
         0: .line 47
            aload 0 /* this */
            getfield sun.security.ec.ECDSAOperations$Seed.seedValue:[B
            areturn
        end local 0 // sun.security.ec.ECDSAOperations$Seed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ec/ECDSAOperations$Seed;
}
SourceFile: "ECDSAOperations.java"
NestHost: sun.security.ec.ECDSAOperations
InnerClasses:
  public Seed = sun.security.ec.ECDSAOperations$Seed of sun.security.ec.ECDSAOperations