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

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

There is a newer version: 1.78.1
Show newest version
package io.gatling.recorder.internal.bouncycastle.pqc.jcajce.interfaces;

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

import java.security.Key;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy