public class ZotPublicKey extends Object
| Modifier and Type | Field and Description |
|---|---|
BigInteger |
e |
BigInteger |
on |
| Constructor and Description |
|---|
ZotPublicKey(BigInteger e,
BigInteger n) |
| Modifier and Type | Method and Description |
|---|---|
String |
encrypt(byte[] val) |
String |
sterilizePublicKey() |
String |
toString() |
public final BigInteger e
public final BigInteger on
public ZotPublicKey(BigInteger e, BigInteger n)
Copyright © 2022. All rights reserved.