Class BCBIKEPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.bike.BCBIKEPublicKey
- All Implemented Interfaces:
Serializable
,Key
,PublicKey
,BIKEKey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BCBIKEPublicKey
-
BCBIKEPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
Compare this BIKE public key with another object. -
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithm
in interfaceKey
- Returns:
- name of the algorithm - "BIKE"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncoded
in interfaceKey
-
getFormat
-
getParameterSpec
Description copied from interface:BIKEKey
Return the parameters for this key.- Specified by:
getParameterSpec
in interfaceBIKEKey
- Returns:
- a BIKEParameterSpec
-