Class MLDSAPublicKeySpec

  • All Implemented Interfaces:
    java.security.spec.KeySpec

    public class MLDSAPublicKeySpec
    extends java.lang.Object
    implements java.security.spec.KeySpec
    PublicKeySpec for ML-DSA.
    • Constructor Detail

      • MLDSAPublicKeySpec

        public MLDSAPublicKeySpec​(MLDSAParameterSpec params,
                                  byte[] publicData)
        Base constructor.
        Parameters:
        params - the parameters to use with the passed in encoding.
        publicData - the long form encoding of the public key.
    • Method Detail

      • getPublicData

        public byte[] getPublicData()