Class BCMLDSAPublicKey
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.mldsa.BCMLDSAPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,MLDSAKey,MLDSAPublicKey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BCMLDSAPublicKey
-
BCMLDSAPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
Compare this ML-DSA public key with another object. -
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "ML-DSA" followed by the parameter type.
-
getPublicData
public byte[] getPublicData()Description copied from interface:MLDSAPublicKeyReturn the raw encoded data representing the public key: rho || t1.- Specified by:
getPublicDatain interfaceMLDSAPublicKey- Returns:
- the concatenation of rho and t1.
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getFormat
-
getParameterSpec
Description copied from interface:MLDSAKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceMLDSAKey- Returns:
- a MLDSAParameterSpec
-
toString
-