Class BCFrodoPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.frodo.BCFrodoPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,FrodoKey
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BCFrodoPublicKey
Deprecated. -
BCFrodoPublicKey
Deprecated.- Throws:
IOException
-
-
Method Details
-
equals
Deprecated.Compare this Frodo public key with another object. -
hashCode
public int hashCode()Deprecated. -
getAlgorithm
Deprecated.- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "Frodo"
-
getEncoded
public byte[] getEncoded()Deprecated.- Specified by:
getEncodedin interfaceKey
-
getFormat
Deprecated. -
getParameterSpec
Deprecated.Description copied from interface:FrodoKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceFrodoKey- Returns:
- a FrodoParameterSpec
-