public class NTRUKAT
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
count |
byte[] |
ct
Ciphertext
|
byte[] |
pk
Public key
|
byte[] |
seed |
byte[] |
sk
Private key
|
byte[] |
ss
Shared key
|
| Constructor and Description |
|---|
NTRUKAT() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<NTRUKAT> |
getKAT(java.io.InputStream src) |
public int count
public byte[] seed
public byte[] pk
public byte[] sk
public byte[] ct
public byte[] ss
public static java.util.List<NTRUKAT> getKAT(java.io.InputStream src)