移动包路径
This commit is contained in:
parent
de519f21a3
commit
ecd5c8086b
@ -80,7 +80,7 @@
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<mainClass>com.sunyard.cisd.Main</mainClass>
|
||||
<mainClass>com.sunyard.cisd.device.tool.Main</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
@ -95,7 +95,7 @@
|
||||
</descriptorRefs>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>com.sunyard.cisd.Main</mainClass>
|
||||
<mainClass>com.sunyard.cisd.device.tool.Main</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.sunyard.cisd;
|
||||
package com.sunyard.cisd.device.tool;
|
||||
|
||||
public class DeviceFingerprint {
|
||||
private String motherboardSerialNumber;
|
||||
@ -1,4 +1,4 @@
|
||||
package com.sunyard.cisd;
|
||||
package com.sunyard.cisd.device.tool;
|
||||
|
||||
import com.sun.jna.Native;
|
||||
import com.sun.jna.Pointer;
|
||||
@ -1,4 +1,4 @@
|
||||
package com.sunyard.cisd;
|
||||
package com.sunyard.cisd.device.tool;
|
||||
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.security.PublicKey;
|
||||
@ -1,4 +1,4 @@
|
||||
package com.sunyard.cisd;
|
||||
package com.sunyard.cisd.device.tool;
|
||||
|
||||
import org.bouncycastle.jce.ECNamedCurveTable;
|
||||
import org.bouncycastle.jce.provider.BouncyCastleProvider;
|
||||
@ -1,4 +1,4 @@
|
||||
package com.sunyard.cisd;
|
||||
package com.sunyard.cisd.device.tool;
|
||||
|
||||
import org.bouncycastle.crypto.digests.SM3Digest;
|
||||
import org.bouncycastle.util.encoders.Hex;
|
||||
@ -1,11 +1,8 @@
|
||||
package com.sunyard.cisd;
|
||||
package com.sunyard.cisd.device.tool;
|
||||
|
||||
import com.sun.jna.Structure;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@Structure.FieldOrder({
|
||||
"issuerName",
|
||||
@ -1,4 +1,4 @@
|
||||
package com.sunyard.cisd;
|
||||
package com.sunyard.cisd.device.tool;
|
||||
|
||||
import com.sun.jna.Library;
|
||||
import com.sun.jna.Pointer;
|
||||
@ -1,5 +1,6 @@
|
||||
package com.sunyard.cisd;
|
||||
|
||||
import com.sunyard.cisd.device.tool.SM2Util;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user