All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gatling.recorder.internal.bouncycastle.pqc.jcajce.interfaces.DilithiumKey Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.pqc.jcajce.interfaces;

import java.security.Key;

import io.gatling.recorder.internal.bouncycastle.pqc.jcajce.spec.DilithiumParameterSpec;

public interface DilithiumKey
    extends Key
{
    /**
     * Return the parameters for this key.
     *
     * @return a DilithiumParameterSpec
     */
    DilithiumParameterSpec getParameterSpec();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy