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

io.gatling.recorder.internal.bouncycastle.pqc.jcajce.interfaces.NTRUKey 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.NTRUParameterSpec;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy