Class BCBIKEPrivateKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.bike.BCBIKEPrivateKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PrivateKey, Destroyable, BIKEKey
- 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
-
BCBIKEPrivateKey
-
BCBIKEPrivateKey
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "BIKE[128|192|256]"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getParameterSpec
Description copied from interface:BIKEKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceBIKEKey- Returns:
- a BIKEParameterSpec
-
getFormat
-