Class BCFrodoPrivateKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.frodo.BCFrodoPrivateKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PrivateKey, Destroyable, 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
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AsymmetricKey
getParamsMethods inherited from interface Destroyable
destroy, isDestroyed
-
Constructor Details
-
BCFrodoPrivateKey
Deprecated. -
BCFrodoPrivateKey
-
-
Method Details
-
equals
-
hashCode
-
getAlgorithm
Deprecated.- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "Frodo"
-
getEncoded
-
getParameterSpec
Deprecated.Description copied from interface:FrodoKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceFrodoKey- Returns:
- a FrodoParameterSpec
-
getFormat
-