Class BCMayoPrivateKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.mayo.BCMayoPrivateKey
- All Implemented Interfaces:
Serializable
,Key
,PrivateKey
,Destroyable
,MayoKey
- See Also:
-
Constructor Details
-
BCMayoPrivateKey
-
BCMayoPrivateKey
- Throws:
IOException
-
-
Method Details
-
equals
Compare this private key with another object. -
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithm
in interfaceKey
- Returns:
- name of the algorithm - "Mayo[1|2|3|5]"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncoded
in interfaceKey
-
getParameterSpec
Description copied from interface:MayoKey
Return the parameters for this key.- Specified by:
getParameterSpec
in interfaceMayoKey
- Returns:
- a MayoParameterSpec
-
getFormat
-