|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension
public class CMSAuthorityKeyIdentifierExtension
This represents an authority key identifier extension.
| Field Summary |
|---|
| Fields inherited from interface com.netscape.certsrv.base.IExtendedPluginInfo |
|---|
HELP_TEXT, HELP_TOKEN |
| Constructor Summary | |
|---|---|
CMSAuthorityKeyIdentifierExtension()
|
|
| Method Summary | |
|---|---|
void |
getConfigParams(IConfigStore config,
NameValuePairs nvp)
Reads configuration data and converts them to name value pairs. |
netscape.security.x509.Extension |
getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical)
Builds new CRL extension based on configuration data, issuing point information, and criticality. |
java.lang.String |
getCRLExtOID()
Returns CRL extension OID string. |
java.lang.String[] |
getExtendedPluginInfo(java.util.Locale locale)
This method returns an array of strings. |
netscape.security.x509.Extension |
setCRLExtensionCriticality(netscape.security.x509.Extension ext,
boolean critical)
Sets extension criticality and returns extension with new criticality. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSAuthorityKeyIdentifierExtension()
| Method Detail |
|---|
public netscape.security.x509.Extension setCRLExtensionCriticality(netscape.security.x509.Extension ext,
boolean critical)
ICMSCRLExtension
setCRLExtensionCriticality in interface ICMSCRLExtensionext - CRL extension that will change criticalitycritical - new criticality to be assigned to CRL extension
public netscape.security.x509.Extension getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical)
ICMSCRLExtension
getCRLExtension in interface ICMSCRLExtensionconfig - configuration storeip - CRL issuing pointcritical - criticality to be assigned to CRL extension
public java.lang.String getCRLExtOID()
ICMSCRLExtension
getCRLExtOID in interface ICMSCRLExtension
public void getConfigParams(IConfigStore config,
NameValuePairs nvp)
ICMSCRLExtension
getConfigParams in interface ICMSCRLExtensionconfig - configuration storenvp - name value pairs obtained from configuration datapublic java.lang.String[] getExtendedPluginInfo(java.util.Locale locale)
IExtendedPluginInfo
getExtendedPluginInfo in interface IExtendedPluginInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||