License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.addc |
ArtifactId | ArtifactIdaddc-security |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaddc-security
The addc-security library supplies classes for handling Key Stores with different types of password callback, GSSUP for CSI-IIOP,
cryptographic helper classes that can load definitions of providers and algorithms for different crypto functions from properties files
and deliver the correct object for processing encryption, HMACs, Signatures etc. and Helper classes for loading key stores and handling
pem files.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
addc-security-2.6.pom | |
addc-security-2.6.jar | 64 KB |
addc-security-2.6-tests.jar | 73 KB |
addc-security-2.6-sources.jar | 47 KB |
addc-security-2.6-javadoc.jar | 276 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addc/addc-security/ -->
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-security</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-security/
implementation 'com.addc:addc-security:2.6'
// https://jarcasting.com/artifacts/com.addc/addc-security/
implementation ("com.addc:addc-security:2.6")
'com.addc:addc-security:jar:2.6'
<dependency org="com.addc" name="addc-security" rev="2.6">
<artifact name="addc-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-security', version='2.6')
)
libraryDependencies += "com.addc" % "addc-security" % "2.6"
[com.addc/addc-security "2.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jacorb : jacorb-omgapi | jar | 3.9 |
com.addc : addc-base | jar | 2.6 |
commons-codec : commons-codec | jar | 1.11 |
org.jdom : jdom2 | jar | 2.0.6 |
org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.60 |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.powermock : powermock-api-mockito | jar | 1.7.4 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.2.3 |