Class McEliecePublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyParameters
org.bouncycastle.pqc.legacy.crypto.mceliece.McEliecePublicKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
McEliecePublicKeyParameters
Constructor.- Parameters:
n
- the length of the codet
- the error correction capability of the codeg
- the generator matrix
-
-
Method Details
-
getN
public int getN()- Returns:
- the length of the code
-
getT
public int getT()- Returns:
- the error correction capability of the code
-
getG
- Returns:
- the generator matrix
-
getK
public int getK()- Returns:
- the dimension of the code
-