com.distrimind.bouncycastle.jcajce.interfaces.XDHPrivateKey Maven / Gradle / Ivy
package com.distrimind.bouncycastle.jcajce.interfaces;
import java.security.PrivateKey;
public interface XDHPrivateKey
extends XDHKey, PrivateKey
{
/**
* Return the public key associated with this private key.
*
* @return an XDHPublicKey
*/
XDHPublicKey getPublicKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy