Class DilithiumPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters
org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumPublicKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorDescriptionDilithiumPublicKeyParameters
(DilithiumParameters params, byte[] encoding) DilithiumPublicKeyParameters
(DilithiumParameters params, byte[] rho, byte[] t1) -
Method Summary
Methods inherited from class org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
DilithiumPublicKeyParameters
-
DilithiumPublicKeyParameters
-
-
Method Details
-
getEncoded
public byte[] getEncoded() -
getRho
public byte[] getRho() -
getT1
public byte[] getT1()
-