Class MLKEMPublicKeySpec

java.lang.Object
com.ibm.crypto.hdwrCCA.provider.MLKEMPublicKeySpec
All Implemented Interfaces:
KeySpec

public class MLKEMPublicKeySpec extends Object implements KeySpec
This class specifies a ML-KEM public key spec to be used with MLKEMKeyFactory. This is used to make a representation of the key for import or export.
  • Constructor Details

  • Method Details

    • getEncoded

      public byte[] getEncoded()
      Returns a clone of the encoded raw key material.
      Returns:
      A clone of the encoded raw key material.