Ignore:
Timestamp:
05/28/19 13:01:45 (5 years ago)
Author:
bln4
Message:

Moved things out of the old NGIKM package and deleted it.

Location:
trunk/src/org/expeditee/auth/account
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/account/Authenticate.java

    r1363 r1389  
    2727import org.expeditee.auth.mail.gui.MailBay;
    2828import org.expeditee.auth.tags.AuthenticationTag;
     29import org.expeditee.encryption.CryptographyConstants;
    2930import org.expeditee.gui.Browser;
    3031import org.expeditee.gui.DisplayController;
     
    3738import org.expeditee.settings.UserSettings;
    3839import org.expeditee.settings.identity.secrets.KeyList;
    39 import org.ngikm.cryptography.CryptographyConstants;
    4040
    4141public class Authenticate implements CryptographyConstants {
  • trunk/src/org/expeditee/auth/account/Create.java

    r1363 r1389  
    3030import org.expeditee.auth.tags.AuthenticationTag;
    3131import org.expeditee.core.Colour;
     32import org.expeditee.encryption.CryptographyConstants;
    3233import org.expeditee.gui.DisplayController;
    3334import org.expeditee.gui.Frame;
     
    4647import org.expeditee.settings.folders.FolderSettings;
    4748import org.expeditee.settings.identity.secrets.KeyList;
    48 import org.ngikm.cryptography.CryptographyConstants;
    4949
    5050public class Create implements CryptographyConstants {
  • trunk/src/org/expeditee/auth/account/Password.java

    r1368 r1389  
    3434import org.expeditee.auth.mail.Mail.MailEntry;
    3535import org.expeditee.auth.tags.AuthenticationTag;
     36import org.expeditee.encryption.CryptographyConstants;
    3637import org.expeditee.gui.DisplayController;
    3738import org.expeditee.gui.Frame;
     
    4344import org.expeditee.settings.identity.secrets.KeyList;
    4445import org.expeditee.stats.Formatter;
    45 import org.ngikm.cryptography.CryptographyConstants;
    4646
    4747import com.codahale.shamir.Scheme;
Note: See TracChangeset for help on using the changeset viewer.