Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.jcajce.interfaces
Interface SPHINCSKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Implementing Classes:
BCSphincs256PrivateKey, BCSphincs256PublicKey

public interface SPHINCSKey
extends java.security.Key


Field Summary
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 byte[] getKeyData()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getKeyData

public byte[] getKeyData()

Bouncy Castle Cryptography Library 1.81