MVN

com.yubico.yubikit : piv

Maven & Gradle

May 29, 2023
95 stars

Yubico YubiKit Piv · This library provides implementation of Personal Identity Verification (PIV) interface specified in NIST SP 800-73 document "Cryptographic Algorithms and Key Sizes for PIV". This enables you to perform RSA or ECC sign/decrypt operations using a private key stored on the YubiKey.

<dependency>
    <groupId>com.yubico.yubikit</groupId>
    <artifactId>piv</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yubico.yubikit : piv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0
  • Latest Beta: 2.0.0-beta02
  • Latest Alpha: 2.1.0-alpha.1

All Versions

Choose a version of com.yubico.yubikit : piv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
piv-2.3.0
2.2.x
piv-2.2.0
2.1.x
piv-2.1.0
piv-2.1.0-alpha.1
2.0.x
piv-2.0.0
piv-2.0.0-beta02
piv-2.0.0-beta01
1.0.x
piv-1.0.0
piv-1.0.0-beta06
piv-1.0.0-beta05
piv-1.0.0-beta04
piv-1.0.0-beta03
piv-1.0.0-beta02

How to add a dependency to Maven

Add the following com.yubico.yubikit : piv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yubico.yubikit</groupId>
    <artifactId>piv</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yubico.yubikit : piv gradle dependency to your build.gradle file:

implementation 'com.yubico.yubikit:piv:2.3.0'

Gradle Kotlin DSL: Add the following com.yubico.yubikit : piv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yubico.yubikit:piv:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yubico.yubikit : piv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yubico.yubikit" % "piv" % "2.3.0"

Advertisement

Dependencies from Group

May 29, 2023
5 usages
95 stars
Jun 10, 2020
2 usages
95 stars
otp
Jun 10, 2020
95 stars
May 29, 2023
95 stars
Mar 31, 2020
89 stars

Discover Dependencies

May 19, 2023
4 usages
2 stars
Mar 05, 2020
Nov 06, 2021
1 usages
2 stars
Aug 30, 2022
1 usages
2 stars
Aug 30, 2022
2 usages
2 stars
Sep 27, 2019
2 usages
0 stars