All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by credential with all dependencies

Search JAR files by class name

pwcommon from group org.beiter.michael.authn.jaas.loginmodules.password (version 2.0)

This module is part of a JAAS library, provoding common classes for password based credential handling. This implementation is production ready.

Group: org.beiter.michael.authn.jaas.loginmodules.password Artifact: pwcommon
Show documentation Show source 
 

0 downloads
Artifact pwcommon
Group org.beiter.michael.authn.jaas.loginmodules.password
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

yubiotp from group com.yubico.yubikit (version 2.7.0-alpha01)

This module provides an interface to configure the YubiKey OTP application, which can be used to program a YubiKey slot with a Yubico OTP, OATH-HOTP, HMAC-SHA1 Challenge-Response, or static password credential.

Group: com.yubico.yubikit Artifact: yubiotp
Show all versions Show documentation Show source 
 

0 downloads
Artifact yubiotp
Group com.yubico.yubikit
Version 2.7.0-alpha01
Last update 12. August 2024
Organization not specified
URL https://github.com/Yubico/yubikit-android/tree/main/yubiotp
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!

java-keytar from group com.starxg (version 1.0.0)

A native Java module to get, add, replace, and delete passwords in system's keychain. On macOS the passwords are managed by the Keychain, on Linux they are managed by the Secret Service API/libsecret, and on Windows they are managed by Credential Vault.

Group: com.starxg Artifact: java-keytar
Show documentation Show source 
 

0 downloads
Artifact java-keytar
Group com.starxg
Version 1.0.0
Last update 25. August 2021
Organization not specified
URL https://github.com/starxg/java-keytar
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

anoncreds-kmp from group io.iohk.atala.prism.anoncredskmp (version 0.4.6)

The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.

Group: io.iohk.atala.prism.anoncredskmp Artifact: anoncreds-kmp
Show all versions Show documentation Show source 
 

0 downloads
Artifact anoncreds-kmp
Group io.iohk.atala.prism.anoncredskmp
Version 0.4.6
Last update 07. March 2024
Organization IOG
URL https://docs.atalaprism.io/
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

anoncreds-kmp-jvm from group io.iohk.atala.prism.anoncredskmp (version 0.4.6)

The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.

Group: io.iohk.atala.prism.anoncredskmp Artifact: anoncreds-kmp-jvm
Show all versions Show documentation Show source 
 

0 downloads
Artifact anoncreds-kmp-jvm
Group io.iohk.atala.prism.anoncredskmp
Version 0.4.6
Last update 07. March 2024
Organization IOG
URL https://docs.atalaprism.io/
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

anoncreds-kmp-android from group io.iohk.atala.prism.anoncredskmp (version 0.4.6)

The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.

Group: io.iohk.atala.prism.anoncredskmp Artifact: anoncreds-kmp-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anoncreds-kmp-android
Group io.iohk.atala.prism.anoncredskmp
Version 0.4.6
Last update 07. March 2024
Organization IOG
URL https://docs.atalaprism.io/
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

anoncreds-kmp-android-debug from group io.iohk.atala.prism.anoncredskmp (version 0.4.6)

The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.

Group: io.iohk.atala.prism.anoncredskmp Artifact: anoncreds-kmp-android-debug
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anoncreds-kmp-android-debug
Group io.iohk.atala.prism.anoncredskmp
Version 0.4.6
Last update 07. March 2024
Organization IOG
URL https://docs.atalaprism.io/
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

jdbc from group org.beiter.michael.authn.jaas.loginmodules.password.authenticators (version 2.0)

This module is part of a JAAS library, provoding password based credential authenticators. This particular Maven module provides a JDBC authenticator that can retrieve a user record from a JDBC database. This implementation is production ready.

Group: org.beiter.michael.authn.jaas.loginmodules.password.authenticators Artifact: jdbc
Show documentation Show source 
 

1 downloads
Artifact jdbc
Group org.beiter.michael.authn.jaas.loginmodules.password.authenticators
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 6
Dependencies common, pwcommon, db, slf4j-log4j12, commons-lang3, commons-dbcp2,
There are maybe transitive dependencies!

dummy from group org.beiter.michael.authn.jaas.loginmodules.password.authenticators (version 2.0)

This module is part of a JAAS library, providing password based credential authenticators. This particular Maven module provides a dummy authenticator that assumes password = username. This implementation is for testing only, and NOT intended for production.

Group: org.beiter.michael.authn.jaas.loginmodules.password.authenticators Artifact: dummy
Show documentation Show source 
 

0 downloads
Artifact dummy
Group org.beiter.michael.authn.jaas.loginmodules.password.authenticators
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, pwcommon, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

authenticators from group org.beiter.michael.authn.jaas.loginmodules.password (version 2.0)

This module is part of a JAAS library, provoding password based credential authenticators. This particular Maven module is a container for authenticator implementations. Some of the provided default implementations may not intended for production, and may have to be adjusted to meet deployment specific requirements.

Group: org.beiter.michael.authn.jaas.loginmodules.password Artifact: authenticators
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact authenticators
Group org.beiter.michael.authn.jaas.loginmodules.password
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 13 from 15 (items total 150)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy