Class BCAIMerPrivateKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.aimer.BCAIMerPrivateKey
- All Implemented Interfaces:
Serializable,Key,PrivateKey,Destroyable,AIMerKey
- See Also:
-
Constructor Details
-
BCAIMerPrivateKey
-
BCAIMerPrivateKey
- Throws:
IOException
-
-
Method Details
-
equals
Compare this private key with another object. -
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "AIMer-[128|192|256][f|s]"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getParameterSpec
Description copied from interface:AIMerKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceAIMerKey- Returns:
- a AIMerParameterSpec
-
getFormat
-