public class org.bouncycastle.asn1.DERGeneralizedTime extends org.bouncycastle.asn1.ASN1GeneralizedTime
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.DERGeneralizedTime
  super_class: org.bouncycastle.asn1.ASN1GeneralizedTime
{
  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
        start local 1 // byte[] time
         0: .line 30
            aload 0 /* this */
            aload 1 /* time */
            invokespecial org.bouncycastle.asn1.ASN1GeneralizedTime.<init>:([B)V
         1: .line 31
            return
        end local 1 // byte[] time
        end local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/asn1/DERGeneralizedTime;
            0    2     1  time  [B
    MethodParameters:
      Name  Flags
      time  

  public void <init>(java.util.Date);
    descriptor: (Ljava/util/Date;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
        start local 1 // java.util.Date time
         0: .line 35
            aload 0 /* this */
            aload 1 /* time */
            invokespecial org.bouncycastle.asn1.ASN1GeneralizedTime.<init>:(Ljava/util/Date;)V
         1: .line 36
            return
        end local 1 // java.util.Date time
        end local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/asn1/DERGeneralizedTime;
            0    2     1  time  Ljava/util/Date;
    MethodParameters:
      Name  Flags
      time  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
        start local 1 // java.lang.String time
         0: .line 40
            aload 0 /* this */
            aload 1 /* time */
            invokespecial org.bouncycastle.asn1.ASN1GeneralizedTime.<init>:(Ljava/lang/String;)V
         1: .line 41
            return
        end local 1 // java.lang.String time
        end local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/asn1/DERGeneralizedTime;
            0    2     1  time  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      time  

  private byte[] getDERTime();
    descriptor: ()[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
         0: .line 45
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            arraylength
            iconst_1
            isub
            baload
            bipush 90
            if_icmpne 26
         1: .line 47
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.DERGeneralizedTime.hasMinutes:()Z
            ifne 6
         2: .line 49
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            arraylength
            iconst_4
            iadd
            newarray 8
            astore 1 /* derTime */
        start local 1 // byte[] derTime
         3: .line 51
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            iconst_0
            aload 1 /* derTime */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            arraylength
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 52
            ldc "0000Z"
            invokestatic org.bouncycastle.util.Strings.toByteArray:(Ljava/lang/String;)[B
            iconst_0
            aload 1 /* derTime */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            arraylength
            iconst_1
            isub
            iconst_5
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 54
            aload 1 /* derTime */
            areturn
        end local 1 // byte[] derTime
         6: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.DERGeneralizedTime.hasSeconds:()Z
            ifne 11
         7: .line 58
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            arraylength
            iconst_2
            iadd
            newarray 8
            astore 1 /* derTime */
        start local 1 // byte[] derTime
         8: .line 60
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            iconst_0
            aload 1 /* derTime */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            arraylength
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 61
            ldc "00Z"
            invokestatic org.bouncycastle.util.Strings.toByteArray:(Ljava/lang/String;)[B
            iconst_0
            aload 1 /* derTime */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            arraylength
            iconst_1
            isub
            iconst_3
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 63
            aload 1 /* derTime */
            areturn
        end local 1 // byte[] derTime
        11: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.DERGeneralizedTime.hasFractionalSeconds:()Z
            ifeq 25
        12: .line 67
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            arraylength
            iconst_2
            isub
            istore 1 /* ind */
        start local 1 // int ind
        13: .line 68
            goto 15
        14: .line 70
      StackMap locals: int
      StackMap stack:
            iinc 1 /* ind */ -1
        15: .line 68
      StackMap locals:
      StackMap stack:
            iload 1 /* ind */
            ifle 16
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            iload 1 /* ind */
            baload
            bipush 48
            if_icmpeq 14
        16: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            iload 1 /* ind */
            baload
            bipush 46
            if_icmpne 21
        17: .line 75
            iload 1 /* ind */
            iconst_1
            iadd
            newarray 8
            astore 2 /* derTime */
        start local 2 // byte[] derTime
        18: .line 77
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            iconst_0
            aload 2 /* derTime */
            iconst_0
            iload 1 /* ind */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 78
            aload 2 /* derTime */
            iload 1 /* ind */
            bipush 90
            bastore
        20: .line 80
            aload 2 /* derTime */
            areturn
        end local 2 // byte[] derTime
        21: .line 84
      StackMap locals:
      StackMap stack:
            iload 1 /* ind */
            iconst_2
            iadd
            newarray 8
            astore 2 /* derTime */
        start local 2 // byte[] derTime
        22: .line 86
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            iconst_0
            aload 2 /* derTime */
            iconst_0
            iload 1 /* ind */
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 87
            aload 2 /* derTime */
            iload 1 /* ind */
            iconst_1
            iadd
            bipush 90
            bastore
        24: .line 89
            aload 2 /* derTime */
            areturn
        end local 2 // byte[] derTime
        end local 1 // int ind
        25: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            areturn
        26: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.DERGeneralizedTime.time:[B
            areturn
        end local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lorg/bouncycastle/asn1/DERGeneralizedTime;
            3    6     1  derTime  [B
            8   11     1  derTime  [B
           13   25     1      ind  I
           18   21     2  derTime  [B
           22   25     2  derTime  [B

  int encodedLength();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
         0: .line 105
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.DERGeneralizedTime.getDERTime:()[B
            arraylength
            istore 1 /* length */
        start local 1 // int length
         1: .line 107
            iconst_1
            iload 1 /* length */
            invokestatic org.bouncycastle.asn1.StreamUtil.calculateBodyLength:(I)I
            iadd
            iload 1 /* length */
            iadd
            ireturn
        end local 1 // int length
        end local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/bouncycastle/asn1/DERGeneralizedTime;
            1    2     1  length  I

  void encode(org.bouncycastle.asn1.ASN1OutputStream);
    descriptor: (Lorg/bouncycastle/asn1/ASN1OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
        start local 1 // org.bouncycastle.asn1.ASN1OutputStream out
         0: .line 114
            aload 1 /* out */
            bipush 24
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.DERGeneralizedTime.getDERTime:()[B
            invokevirtual org.bouncycastle.asn1.ASN1OutputStream.writeEncoded:(I[B)V
         1: .line 115
            return
        end local 1 // org.bouncycastle.asn1.ASN1OutputStream out
        end local 0 // org.bouncycastle.asn1.DERGeneralizedTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/asn1/DERGeneralizedTime;
            0    2     1   out  Lorg/bouncycastle/asn1/ASN1OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "DERGeneralizedTime.java"