Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.cardanofoundation.signify.app.credentialing.ipex.Ipex;
import org.cardanofoundation.signify.app.credentialing.registries.Registries;
import org.cardanofoundation.signify.cesr.util.Utils;
import org.cardanofoundation.signify.core.Authenticater;
import org.cardanofoundation.signify.core.Authenticator;
import org.cardanofoundation.signify.cesr.Keeping;
import org.cardanofoundation.signify.cesr.Keeping.ExternalModule;
import org.cardanofoundation.signify.cesr.Salter;
Expand All @@ -55,7 +55,7 @@ public class SignifyClient implements IdentifierDeps, OperationsDeps {
private String bran;
private int pidx;
private Agent agent;
private Authenticater authn;
private Authenticator authn;
private Keeping.KeyManager manager;
private Salter.Tier tier;
private String bootUrl;
Expand Down Expand Up @@ -205,7 +205,7 @@ public void connect() throws Exception {
this.externalModules
);

this.authn = new Authenticater(
this.authn = new Authenticator(
this.controller.getSigner(),
this.agent.getVerfer()
);
Expand Down
126 changes: 0 additions & 126 deletions src/main/java/org/cardanofoundation/signify/core/Authenticater.java

This file was deleted.

Loading
Loading