Class BCSABERPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.saber.BCSABERPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,SABERKey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BCSABERPublicKey
-
BCSABERPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
Compare this SABER public 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
-
getFormat
-
getParameterSpec
Description copied from interface:SABERKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceSABERKey- Returns:
- a SABERParameterSpec
-