Browse Source

OA提供的加密jar包

jinlin.xu 2 years ago
parent
commit
7396e2b1f7

+ 4 - 0
weaver/rsa/rsa/1.0.0/_remote.repositories

@@ -0,0 +1,4 @@
1
+#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
+#Thu Aug 26 08:53:07 CST 2021
3
+rsa-1.0.0.jar>=
4
+rsa-1.0.0.pom>=

File diff suppressed because it is too large
+ 1 - 0
weaver/rsa/rsa/1.0.0/keys/rsa_2048_priv.key


+ 1 - 0
weaver/rsa/rsa/1.0.0/keys/rsa_2048_pub.key

@@ -0,0 +1 @@
1
+MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAktESWS+5bBc9NS4LOAm3xhK0MzCiUEZclMdZJgmMoTUKZli1EhNuikKRh4HN9n6BUiZGIQrr1On3nP89BaJTBIlfx/y19Y/9pU96vYpLARimAI1UDu6FscQJUOOUoT0UpvVhTr6qoeaK/vtlozWxMeNdqnPoezUZQaOCUaip62NsUNZhL2UnA8AifDCUe43uQXlmBQ27xH5m7gDQ/PL1g4AcjWYYs73ddScZ0VqDn6uZdAr+FespO4WFLRw1E1TrO3qWdmlhDkVMiSVA5CzwkFglLGawmo+Nsi1TW3PNrh+ngovDzG6CTK2MMjSMTyVlbY02KJmVRGrEQN+pWMMSIQIDAQAB

BIN
weaver/rsa/rsa/1.0.0/rsa-1.0.0.jar


+ 9 - 0
weaver/rsa/rsa/1.0.0/rsa-1.0.0.pom

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
+  <modelVersion>4.0.0</modelVersion>
5
+  <groupId>weaver.rsa</groupId>
6
+  <artifactId>rsa</artifactId>
7
+  <version>1.0.0</version>
8
+  <description>POM was created from install:install-file</description>
9
+</project>