Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.uov
Class UOVPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.uov.UOVKeyParameters
          extended byorg.bouncycastle.pqc.crypto.uov.UOVPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class UOVPublicKeyParameters
extends UOVKeyParameters


Constructor Summary
UOVPublicKeyParameters(UOVParameters params, byte[] encoded)
           
 
Method Summary
 byte[] getEncoded()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.uov.UOVKeyParameters
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

UOVPublicKeyParameters

public UOVPublicKeyParameters(UOVParameters params,
                              byte[] encoded)
Method Detail

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85