Searched refs:constructorParameter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java1197 * For details and the values of constructorParameter that are
1203 * @param constructorParameter the value to pass to the constructor,
1204 * or null if this type of service does not use a constructorParameter.
1209 * constructorParameter is invalid for this type of service.
1213 public Object newInstance(Object constructorParameter) argument
1229 return newInstanceGeneric(constructorParameter);
1232 if (constructorParameter != null) {
1234 ("constructorParameter not used with " + type
1241 if (constructorParameter != null) {
1242 Class argClass = constructorParameter
1296 newInstanceGeneric(Object constructorParameter) argument
[all...]

Completed in 36 milliseconds