Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.crystals.dilithium
Class DilithiumKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
DilithiumPrivateKeyParameters, DilithiumPublicKeyParameters

public class DilithiumKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
DilithiumKeyParameters(boolean isPrivate, DilithiumParameters params)
           
 
Method Summary
 DilithiumParameters getParameters()
           
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DilithiumKeyParameters

public DilithiumKeyParameters(boolean isPrivate,
                              DilithiumParameters params)
Method Detail

getParameters

public DilithiumParameters getParameters()

Bouncy Castle Cryptography Library 1.79