org.bouncycastle.jce.interfaces

Interface ConfigurableProvider

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 StringEC_IMPLICITLY_CA
static StringTHREAD_LOCAL_EC_IMPLICITLY_CA
Method Summary
voidsetParameter(String parameterName, Object parameter)

Field Detail

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 Detail

setParameter

public void setParameter(String parameterName, Object parameter)