Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.interfaces
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


Field Summary
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Method Summary
 byte[] getPublicData()
          Return the raw encoded data representing the public key: rho || t1.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 
Methods inherited from interface org.bouncycastle.jcajce.interfaces.MLDSAKey
getParameterSpec
 

Method Detail

getPublicData

public byte[] getPublicData()
Return the raw encoded data representing the public key: rho || t1.

Returns:
the concatenation of rho and t1.

Bouncy Castle Cryptography Library 1.81