public final class javax.crypto.spec.PSource$PSpecified extends javax.crypto.spec.PSource
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javax.crypto.spec.PSource$PSpecified
  super_class: javax.crypto.spec.PSource
{
  private byte[] p;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  public static final javax.crypto.spec.PSource$PSpecified DEFAULT;
    descriptor: Ljavax/crypto/spec/PSource$PSpecified;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 90
            new javax.crypto.spec.PSource$PSpecified
            dup
            iconst_0
            newarray 8
            invokespecial javax.crypto.spec.PSource$PSpecified.<init>:([B)V
            putstatic javax.crypto.spec.PSource$PSpecified.DEFAULT:Ljavax/crypto/spec/PSource$PSpecified;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.crypto.spec.PSource$PSpecified this
        start local 1 // byte[] p
         0: .line 102
            aload 0 /* this */
            ldc "PSpecified"
            invokespecial javax.crypto.spec.PSource.<init>:(Ljava/lang/String;)V
         1: .line 85
            aload 0 /* this */
            iconst_0
            newarray 8
            putfield javax.crypto.spec.PSource$PSpecified.p:[B
         2: .line 103
            aload 0 /* this */
            aload 1 /* p */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield javax.crypto.spec.PSource$PSpecified.p:[B
         3: .line 104
            return
        end local 1 // byte[] p
        end local 0 // javax.crypto.spec.PSource$PSpecified this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/crypto/spec/PSource$PSpecified;
            0    4     1     p  [B
    MethodParameters:
      Name  Flags
      p     

  public byte[] getValue();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.spec.PSource$PSpecified this
         0: .line 111
            aload 0 /* this */
            getfield javax.crypto.spec.PSource$PSpecified.p:[B
            arraylength
            ifne 1
            aload 0 /* this */
            getfield javax.crypto.spec.PSource$PSpecified.p:[B
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.crypto.spec.PSource$PSpecified.p:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
      StackMap locals:
      StackMap stack: byte[]
         2: areturn
        end local 0 // javax.crypto.spec.PSource$PSpecified this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/crypto/spec/PSource$PSpecified;
}
SourceFile: "PSource.java"
NestHost: javax.crypto.spec.PSource
InnerClasses:
  public final PSpecified = javax.crypto.spec.PSource$PSpecified of javax.crypto.spec.PSource