com.netscape.certsrv.policy
Interface IGeneralNameAsConstraintsConfig


Deprecated.

public interface IGeneralNameAsConstraintsConfig

Class that can be used to form general names from configuration file. Used by policies and extension commands.

 NOTE:  The Policy Framework has been replaced by the Profile Framework.
 

Version:
$Revision: 1226 $, $Date: 2010-08-19 14:16:41 -0700 (Thu, 19 Aug 2010) $

Method Summary
 netscape.security.x509.GeneralName getGeneralName()
          Deprecated. Retrieves the general name.
 void getInstanceParams(java.util.Vector params)
          Deprecated. Retrieves instance parameters.
 

Method Detail

getInstanceParams

void getInstanceParams(java.util.Vector params)
Deprecated. 
Retrieves instance parameters.

Parameters:
params - parameters

getGeneralName

netscape.security.x509.GeneralName getGeneralName()
Deprecated. 
Retrieves the general name.

Returns:
general name