|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICMSExtension
CMS extension interface, for creating extensions from http input and displaying extensions to html forms.
| Field Summary | |
|---|---|
static java.lang.String |
EXT_IS_CRITICAL
|
static java.lang.String |
EXT_PREFIX
|
| Method Summary | |
|---|---|
netscape.security.x509.Extension |
getExtension(IArgBlock argblock)
Get an instance of the extension given http input. |
IArgBlock |
getFormParams(netscape.security.x509.Extension extension)
Get Javascript name value pairs to put into the request processing template. |
java.lang.String |
getName()
Get name of this extension. |
netscape.security.util.ObjectIdentifier |
getOID()
Get object identifier associated with this extension. |
void |
init(ISubsystem owner,
IConfigStore config)
initialize from configuration file |
| Field Detail |
|---|
static final java.lang.String EXT_IS_CRITICAL
static final java.lang.String EXT_PREFIX
| Method Detail |
|---|
void init(ISubsystem owner,
IConfigStore config)
throws EBaseException
EBaseExceptionjava.lang.String getName()
netscape.security.util.ObjectIdentifier getOID()
netscape.security.x509.Extension getExtension(IArgBlock argblock)
throws EBaseException
EBaseException
IArgBlock getFormParams(netscape.security.x509.Extension extension)
throws EBaseException
EBaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||