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

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

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

import java.math.BigInteger;
import java.security.PublicKey;

public interface XDHPublicKey
    extends XDHKey, PublicKey
{
    BigInteger getU();

    byte[] getUEncoding();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy