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

org.testifyproject.bouncycastle.crypto.tls.TlsSRPGroupVerifier Maven / Gradle / Ivy

The newest version!
package org.testifyproject.bouncycastle.crypto.tls;

import org.testifyproject.bouncycastle.crypto.params.SRP6GroupParameters;

public interface TlsSRPGroupVerifier
{
    /**
     * Check whether the given SRP group parameters are acceptable for use.
     * 
     * @param group the {@link SRP6GroupParameters} to check
     * @return true if (and only if) the specified group parameters are acceptable
     */
    boolean accept(SRP6GroupParameters group);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy