Class BCSABERPrivateKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.saber.BCSABERPrivateKey
- All Implemented Interfaces:
Serializable,Key,PrivateKey,Destroyable,SABERKey
- See Also:
-
Constructor Details
-
BCSABERPrivateKey
-
BCSABERPrivateKey
- 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 - "SABER"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getParameterSpec
Description copied from interface:SABERKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceSABERKey- Returns:
- a SABERParameterSpec
-
getFormat
-