| Package | Description |
|---|---|
| com.arxanfintech.common.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateKey
An EC Private Key, technically a big positive integer capable of signing such that the signature can be verified
with the corresponding EC Public Key
|
class |
PublicKey
An EC public Key suitable for verifying a signature created with the
corresponding EC PrivateKey
|
| Modifier and Type | Method and Description |
|---|---|
Key |
Key.offsetKey(BigInteger offset)
Return a key computable for this key with an offset.
|
Copyright © 2018. All rights reserved.