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

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

public interface DilithiumPrivateKey
    extends PrivateKey, DilithiumKey
{
    /**
     * Return the public key corresponding to this private key.
     *
     * @return a Dilithium Public Key
     */
    DilithiumPublicKey getPublicKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy