Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.interfaces
Interface SLHDSAPublicKey

All Superinterfaces:
java.security.Key, java.security.PublicKey, java.io.Serializable, SLHDSAKey
All Known Implementing Classes:
BCSLHDSAPublicKey

public interface SLHDSAPublicKey
extends java.security.PublicKey, SLHDSAKey


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

Method Detail

getPublicData

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

Returns:
the concatenation of the seed and root values.

Bouncy Castle Cryptography Library 1.81