public interface com.mongodb.internal.connection.ScramShaAuthenticator$AuthenticationHashGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.mongodb.internal.connection.ScramShaAuthenticator$AuthenticationHashGenerator
  super_class: java.lang.Object
{
  public abstract java.lang.String generate(com.mongodb.MongoCredential);
    descriptor: (Lcom/mongodb/MongoCredential;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      credential  
}
SourceFile: "ScramShaAuthenticator.java"
NestHost: com.mongodb.internal.connection.ScramShaAuthenticator
InnerClasses:
  public abstract AuthenticationHashGenerator = com.mongodb.internal.connection.ScramShaAuthenticator$AuthenticationHashGenerator of com.mongodb.internal.connection.ScramShaAuthenticator