Bouncy Castle Cryptography Library 1.85

org.bouncycastle.jcajce.interfaces
Interface FrodoKEMPublicKey

All Superinterfaces:
FrodoKEMKey, java.security.Key, java.security.PublicKey, java.io.Serializable
All Known Implementing Classes:
BCFrodoKEMPublicKey

public interface FrodoKEMPublicKey
extends java.security.PublicKey, FrodoKEMKey


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

Method Detail

getPublicData

public byte[] getPublicData()
Return the raw encoded data representing the public key (seedA || b).

Returns:
the raw public key data.

Bouncy Castle Cryptography Library 1.85