public class io.vertx.ext.auth.htpasswd.impl.hash.Crypt implements io.vertx.ext.auth.HashingAlgorithm
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.htpasswd.impl.hash.Crypt
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.htpasswd.impl.hash.Crypt this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.auth.htpasswd.impl.hash.Crypt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/htpasswd/impl/hash/Crypt;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.htpasswd.impl.hash.Crypt this
         0: .line 32
            ldc ""
            areturn
        end local 0 // io.vertx.ext.auth.htpasswd.impl.hash.Crypt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/htpasswd/impl/hash/Crypt;

  public java.lang.String hash(io.vertx.ext.auth.HashString, java.lang.String);
    descriptor: (Lio/vertx/ext/auth/HashString;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.auth.htpasswd.impl.hash.Crypt this
        start local 1 // io.vertx.ext.auth.HashString hashString
        start local 2 // java.lang.String password
         0: .line 38
            aload 1 /* hashString */
            invokevirtual io.vertx.ext.auth.HashString.hash:()Ljava/lang/String;
            iconst_0
            iconst_2
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 3 /* cryptSalt */
        start local 3 // java.lang.String cryptSalt
         1: .line 39
            aload 2 /* password */
            aload 3 /* cryptSalt */
            invokestatic org.apache.commons.codec.digest.UnixCrypt.crypt:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 3 // java.lang.String cryptSalt
        end local 2 // java.lang.String password
        end local 1 // io.vertx.ext.auth.HashString hashString
        end local 0 // io.vertx.ext.auth.htpasswd.impl.hash.Crypt this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/auth/htpasswd/impl/hash/Crypt;
            0    2     1  hashString  Lio/vertx/ext/auth/HashString;
            0    2     2    password  Ljava/lang/String;
            1    2     3   cryptSalt  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      hashString  
      password    
}
SourceFile: "Crypt.java"