Class BCSIKEPrivateKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.sike.BCSIKEPrivateKey
- All Implemented Interfaces:
Serializable,Key,PrivateKey,Destroyable,SIKEKey
- See Also:
-
Constructor Details
-
BCSIKEPrivateKey
-
BCSIKEPrivateKey
- Throws:
IOException
-
-
Method Details
-
equals
Compare this SPHINCS-256 private key with another object. -
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "SIKE"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getParameterSpec
Description copied from interface:SIKEKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceSIKEKey- Returns:
- a SIKEParameterSpec
-
getFormat
-