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

com.distrimind.bouncycastle.crypto.EncapsulatedSecretExtractor Maven / Gradle / Ivy

package com.distrimind.bouncycastle.crypto;

public interface EncapsulatedSecretExtractor
{
    /**
     * Generate an exchange pair based on the recipient public key.
     *
     * @param encapsulation the encapsulated secret.
     */
    byte[] extractSecret(byte[] encapsulation);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy