Skip to content

Commit

Permalink
removed unused constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Rojo <miguelangel.rojofernandez@mastercard.com>
  • Loading branch information
freemanzMrojo committed Aug 19, 2022
1 parent c6f7c48 commit b68efc2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ public EnclaveKeyConfiguration(
this.enclaveEncryptorType = enclaveEncryptorType;
}

public EnclaveKeyConfiguration(final String[] pubKeyPaths, final String[] privKeyPaths) {
this(pubKeyPaths, privKeyPaths, EnclaveEncryptorType.NACL);
}

public String[] getPubKeyPaths() {
return pubKeyPaths;
}
Expand Down

0 comments on commit b68efc2

Please sign in to comment.