![JAR search and dependency download from the Maven repository](/logo.png)
org.bouncycastle.crypto.EncapsulatedSecretGenerator Maven / Gradle / Ivy
package org.bouncycastle.crypto;
import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
public interface EncapsulatedSecretGenerator
{
/**
* Generate an exchange pair based on the recipient public key.
*
* @return An SecretWithEncapsulation derived from the recipient public key.
*/
SecretWithEncapsulation generateEncapsulated(AsymmetricKeyParameter recipientKey);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy