| 程序包 | 说明 |
|---|---|
| com.arxanfintech.common.crypto |
| 限定符和类型 | 类和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
Key |
Key.offsetKey(java.math.BigInteger offset)
Return a key computable for this key with an offset.
|
Copyright © 2018. All Rights Reserved.