Class BCDilithiumPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.dilithium.BCDilithiumPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,DilithiumKey,DilithiumPublicKey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BCDilithiumPublicKey
-
BCDilithiumPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
Compare this Dilithium public key with another object. -
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "DILITHIUM2, DILITHIUM3, etc..."
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getFormat
-
getParameterSpec
Description copied from interface:DilithiumKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceDilithiumKey- Returns:
- a DilithiumParameterSpec
-