Interface MLDSAPublicKey
-
- All Superinterfaces:
java.security.Key,MLDSAKey,java.security.PublicKey,java.io.Serializable
- All Known Implementing Classes:
BCMLDSAPublicKey
public interface MLDSAPublicKey extends java.security.PublicKey, MLDSAKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getPublicData()Return the raw encoded data representing the public key: rho || t1.-
Methods inherited from interface org.bouncycastle.jcajce.interfaces.MLDSAKey
getParameterSpec
-
-