Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.uov
Class UOVKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.uov.UOVKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
UOVPrivateKeyParameters, UOVPublicKeyParameters

public class UOVKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
UOVKeyParameters(boolean isPrivate, UOVParameters params)
           
 
Method Summary
 UOVParameters 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

UOVKeyParameters

public UOVKeyParameters(boolean isPrivate,
                        UOVParameters params)
Method Detail

getParameters

public UOVParameters getParameters()

Bouncy Castle Cryptography Library 1.85