org.bouncycastle.jce.interfaces

Interface ConfigurableProvider

Known Implementing Classes:
BouncyCastleProvider

public interface ConfigurableProvider

Implemented by the BC provider. This allows setting of hidden parameters, such as the ImplicitCA parameters from X.962, if used.

Field Summary

static String
EC_IMPLICITLY_CA
static String
THREAD_LOCAL_EC_IMPLICITLY_CA

Method Summary

void
setParameter(String parameterName, Object parameter)

Field Details

EC_IMPLICITLY_CA

public static final String EC_IMPLICITLY_CA

THREAD_LOCAL_EC_IMPLICITLY_CA

public static final String THREAD_LOCAL_EC_IMPLICITLY_CA

Method Details

setParameter

public void setParameter(String parameterName,
                         Object parameter)