|
Cryptix V3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is implemented by algorithm objects that may be
parameterized (i.e. support the setParameter and
getParameter methods). It can be used as a workaround
for the absence of these methods in Javasoft's version of JCA/JCE.
This interface is not supported in JavaSoft's version of JCE.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
| Method Summary | |
Object |
getParameter(String param)
Gets the value of the specified algorithm parameter. |
void |
setParameter(String param,
Object value)
Sets the specified algorithm parameter to the specified value. |
| Method Detail |
public void setParameter(String param,
Object value)
throws NoSuchParameterException,
InvalidParameterException,
InvalidParameterTypeException
This method supplies a general-purpose mechanism through which it is possible to set the various parameters of this object. A uniform algorithm-specific naming scheme for each parameter is desirable but left unspecified at this time.
param - the string identifier of the parameter.value - the parameter value.
public Object getParameter(String param)
throws NoSuchParameterException,
InvalidParameterException
This method supplies a general-purpose mechanism through which it is possible to get the various parameters of this object. A uniform algorithm-specific naming scheme for each parameter is desirable but left unspecified at this time.
param - the string name of the parameter.
|
Cryptix V3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||