Class UOVKeyParameters

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

public class UOVKeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • UOVKeyParameters

      public UOVKeyParameters(boolean isPrivate, UOVParameters params)
  • Method Details