Package org.dogtagpki.legacy.policy
Interface ISubjAltNameConfig
-
- All Superinterfaces:
IGeneralNameConfig
- All Known Implementing Classes:
SubjAltNameGN
public interface ISubjAltNameConfig extends IGeneralNameConfig
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$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAttr()
Retrieves configuration attribute.java.lang.String
getPfx()
Retrieves configuration prefix.-
Methods inherited from interface org.dogtagpki.legacy.policy.IGeneralNameConfig
formGeneralName, formGeneralNames, getInstanceParams
-
-