Class BCCMCEPublicKey
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.cmce.BCCMCEPublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PublicKey, CMCEKey, CMCEPublicKey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface AsymmetricKey
getParams
-
Constructor Details
-
BCCMCEPublicKey
-
BCCMCEPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "CMCE..." followed by the parameter type.
-
getPublicData
public byte[] getPublicData()Description copied from interface:CMCEPublicKeyReturn the raw encoded data representing the public key.- Specified by:
getPublicDatain interfaceCMCEPublicKey- Returns:
- the raw public key data.
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getFormat
-
getParameterSpec
Description copied from interface:CMCEKeyReturn the parameters for this key.- Specified by:
getParameterSpecin interfaceCMCEKey- Returns:
- a CMCEParameterSpec
-
toString
-