Class MLDSAPublicKeySpec

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

public class MLDSAPublicKeySpec extends Object implements KeySpec
This class specifies a ML-DSA public key spec to be used with MLDSAKeyFactory. 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.