Class FrodoParameters

java.lang.Object
org.bouncycastle.pqc.crypto.frodo.FrodoParameters
All Implemented Interfaces:
CipherParameters, KEMParameters

@Deprecated public class FrodoParameters extends Object implements KEMParameters
Deprecated.
the standardised FrodoKEM (ISO/IEC 18033-2:2006/Amd 2:2026) is now provided under org.bouncycastle.crypto and org.bouncycastle.jcajce (see FrodoKEMParameters / FrodoKEMParameterSpec). This is the legacy NIST round 3 (unsalted, eFrodoKEM) implementation, retained for backwards compatibility.
  • Field Details

    • frodokem640aes

      public static final FrodoParameters frodokem640aes
      Deprecated.
    • frodokem640shake

      public static final FrodoParameters frodokem640shake
      Deprecated.
    • frodokem976aes

      public static final FrodoParameters frodokem976aes
      Deprecated.
    • frodokem976shake

      public static final FrodoParameters frodokem976shake
      Deprecated.
    • frodokem1344aes

      public static final FrodoParameters frodokem1344aes
      Deprecated.
    • frodokem1344shake

      public static final FrodoParameters frodokem1344shake
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
    • getSessionKeySize

      public int getSessionKeySize()
      Deprecated.