mirror of https://github.com/beemdevelopment/Aegis
Move the OTP stuff to a separate folder
parent
e8e7a822c5
commit
e3f4503967
@ -1,4 +1,4 @@
|
||||
package me.impy.aegis.crypto;
|
||||
package me.impy.aegis.crypto.otp;
|
||||
|
||||
/*
|
||||
* OneTimePasswordAlgorithm.java
|
@ -1,4 +1,6 @@
|
||||
package me.impy.aegis.crypto;
|
||||
package me.impy.aegis.crypto.otp;
|
||||
|
||||
import me.impy.aegis.crypto.KeyInfo;
|
||||
|
||||
public class OTP {
|
||||
private OTP() {
|
@ -1,4 +1,4 @@
|
||||
package me.impy.aegis.crypto;
|
||||
package me.impy.aegis.crypto.otp;
|
||||
|
||||
/**
|
||||
Copyright (c) 2011 IETF Trust and the persons identified as
|
Loading…
Reference in New Issue