Uses of Interface
com.netscape.certsrv.extensions.ICMSExtension
-
Packages that use ICMSExtension Package Description com.netscape.cmscore.extensions -
-
Uses of ICMSExtension in com.netscape.cmscore.extensions
Classes in com.netscape.cmscore.extensions that implement ICMSExtension Modifier and Type Class Description class
KeyUsage
Methods in com.netscape.cmscore.extensions that return ICMSExtension Modifier and Type Method Description ICMSExtension
CMSExtensionsMap. getByName(java.lang.String name)
Get the extension class by name.ICMSExtension
CMSExtensionsMap. getByOID(org.mozilla.jss.netscape.security.util.ObjectIdentifier oid)
Get the extension class by its OID.Methods in com.netscape.cmscore.extensions with parameters of type ICMSExtension Modifier and Type Method Description void
CMSExtensionsMap. addExt(ICMSExtension ext)
-