public class sun.security.ec.ECDSAOperations$Nonce
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.ec.ECDSAOperations$Nonce
  super_class: java.lang.Object
{
  private final byte[] nonceValue;
    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$Nonce this
        start local 1 // byte[] nonceValue
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* nonceValue */
            putfield sun.security.ec.ECDSAOperations$Nonce.nonceValue:[B
         2: .line 56
            return
        end local 1 // byte[] nonceValue
        end local 0 // sun.security.ec.ECDSAOperations$Nonce this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/security/ec/ECDSAOperations$Nonce;
            0    3     1  nonceValue  [B
    MethodParameters:
            Name  Flags
      nonceValue  

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