public class McElieceCCA2PublicKeyParameters extends McElieceCCA2KeyParameters
Constructor and Description |
---|
McElieceCCA2PublicKeyParameters(int n,
int t,
GF2Matrix matrix,
String digest)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GF2Matrix |
getG() |
int |
getK() |
int |
getN() |
int |
getT() |
getDigest
isPrivate
public int getN()
public int getT()
public GF2Matrix getG()
public int getK()
Copyright © 2021 BouncyCastle.org. All rights reserved.