Class BCDilithiumPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.dilithium.BCDilithiumPublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PublicKey, DilithiumKey, DilithiumPublicKey
- See Also:
-
Constructor Details
-
BCDilithiumPublicKey
-
BCDilithiumPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
-
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
-