Class QTESLAPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.qtesla.QTESLAPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public final class QTESLAPublicKeyParameters extends AsymmetricKeyParameter
qTESLA public key
-
-
Constructor Summary
Constructors Constructor Description QTESLAPublicKeyParameters(int securityCategory, byte[] publicKey)Base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPublicData()Return the key's public value.intgetSecurityCategory()Return the security category for this key.-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-