Bouncy Castle Cryptography Library 1.86

org.bouncycastle.pqc.crypto.smaugt
Class SmaugTPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.smaugt.SmaugTKeyParameters
          extended byorg.bouncycastle.pqc.crypto.smaugt.SmaugTPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class SmaugTPublicKeyParameters
extends SmaugTKeyParameters

Lightweight public key parameters for SMAUG-T. Wraps the raw encoded public key bytes produced by SmaugTKeyPairGenerator for the parameter set carried on the superclass.


Constructor Summary
SmaugTPublicKeyParameters(SmaugTParameters params, byte[] publicKey)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPublicKey()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.smaugt.SmaugTKeyParameters
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

SmaugTPublicKeyParameters

public SmaugTPublicKeyParameters(SmaugTParameters params,
                                 byte[] publicKey)
Method Detail

getPublicKey

public byte[] getPublicKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.86