is not current version
Last Version 2.0.1

com.bitpay:keyutils 2.0.0

The BitPay Java Key Utilities for use with the BitPay API. This package includes KeyUtils.java and a test file KeyUtilsTest.java. Invoke the static methods of KeyUtils.java to generate a PEM, retrieve private and compressed public keys from the PEM, retrieve SIN from PEM, and sign a message with the PEM.

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

com.bitpay
ArtifactId

ArtifactId

keyutils
Version

Version

2.0.0
Type

Type

jar

Download keyutils 2.0.0


<!-- https://jarcasting.com/artifacts/com.bitpay/keyutils/ -->
<dependency>
    <groupId>com.bitpay</groupId>
    <artifactId>keyutils</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bitpay/keyutils/
implementation 'com.bitpay:keyutils:2.0.0'
// https://jarcasting.com/artifacts/com.bitpay/keyutils/
implementation ("com.bitpay:keyutils:2.0.0")
'com.bitpay:keyutils:jar:2.0.0'
<dependency org="com.bitpay" name="keyutils" rev="2.0.0">
  <artifact name="keyutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bitpay', module='keyutils', version='2.0.0')
)
libraryDependencies += "com.bitpay" % "keyutils" % "2.0.0"
[com.bitpay/keyutils "2.0.0"]