Bouncy Castle Cryptography Library 1.85

org.bouncycastle.jcajce.provider.asymmetric.frodokem
Class BCFrodoKEMPublicKey

java.lang.Object
  extended byorg.bouncycastle.jcajce.provider.asymmetric.frodokem.BCFrodoKEMPublicKey
All Implemented Interfaces:
FrodoKEMKey, FrodoKEMPublicKey, java.security.Key, java.security.PublicKey, java.io.Serializable

public class BCFrodoKEMPublicKey
extends java.lang.Object
implements FrodoKEMPublicKey

See Also:
Serialized Form

Constructor Summary
BCFrodoKEMPublicKey(FrodoKEMPublicKeyParameters params)
           
BCFrodoKEMPublicKey(SubjectPublicKeyInfo keyInfo)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 FrodoKEMParameterSpec getParameterSpec()
          Return the parameters for this key.
 byte[] getPublicData()
          Return the raw encoded data representing the public key (seedA || b).
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BCFrodoKEMPublicKey

public BCFrodoKEMPublicKey(FrodoKEMPublicKeyParameters params)

BCFrodoKEMPublicKey

public BCFrodoKEMPublicKey(SubjectPublicKeyInfo keyInfo)
                    throws java.io.IOException
Method Detail

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

getAlgorithm

public final java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface java.security.Key
Returns:
name of the algorithm - "FRODOKEM[]" followed by the parameter type.

getPublicData

public byte[] getPublicData()
Description copied from interface: FrodoKEMPublicKey
Return the raw encoded data representing the public key (seedA || b).

Specified by:
getPublicData in interface FrodoKEMPublicKey
Returns:
the raw public key data.

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface java.security.Key

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface java.security.Key

getParameterSpec

public FrodoKEMParameterSpec getParameterSpec()
Description copied from interface: FrodoKEMKey
Return the parameters for this key.

Specified by:
getParameterSpec in interface FrodoKEMKey
Returns:
a FrodoKEMParameterSpec

toString

public java.lang.String toString()

Bouncy Castle Cryptography Library 1.85