Merge branch 'develop' into stable
This commit is contained in:
commit
ff3706358b
13
README.md
13
README.md
@ -26,6 +26,14 @@ To use this library, you must include it as a dependency to your project. An ex
|
||||
...
|
||||
</dependencies>
|
||||
...
|
||||
<repositories>
|
||||
...
|
||||
<repository>
|
||||
<id>inteligr8-releases</id>
|
||||
<url>http://repos.inteligr8.com/nexus/repository/inteligr8-public</url>
|
||||
</repository>
|
||||
...
|
||||
</repositories>
|
||||
</project>
|
||||
```
|
||||
|
||||
@ -39,4 +47,7 @@ A [digest](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/sec
|
||||
|
||||
You can find a list of supported cipher transformations and digest algorithms in the official Java documentation linked in the paragraphs above.
|
||||
|
||||
You can find [sample code for common algorithms in the source](/inteligr8/nio-crypto/src/stable/src/test/java/com/inteligr8/nio/CommonSamples.java).
|
||||
### Resources
|
||||
|
||||
* [Sample code for common algorithms](/inteligr8/nio-crypto/src/stable/src/test/java/com/inteligr8/nio/CommonSamples.java)
|
||||
* [JavaDoc](http://api.inteligr8.com/apidocs/nio-crypto-javadoc-jar)
|
||||
|
2
pom.xml
2
pom.xml
@ -74,7 +74,7 @@
|
||||
<repository>
|
||||
<id>inteligr8-releases</id>
|
||||
<name>Inteligr8 Releases</name>
|
||||
<url>http://repos.yateslong.us/nexus/repository/inteligr8-public</url>
|
||||
<url>http://repos.inteligr8.com/nexus/repository/inteligr8-public</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
Loading…
x
Reference in New Issue
Block a user