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

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

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

import java.security.Key;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy