com.netscape.certsrv.profile
Class CertInfoProfile

java.lang.Object
  extended by com.netscape.certsrv.profile.CertInfoProfile

public class CertInfoProfile
extends java.lang.Object


Constructor Summary
CertInfoProfile(java.lang.String cfg)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getID()
           
 java.lang.String getName()
           
 java.lang.String getProfileIDMapping()
           
 java.lang.String getProfileSetIDMapping()
           
 void populate(netscape.security.x509.X509CertInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertInfoProfile

public CertInfoProfile(java.lang.String cfg)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getID

public java.lang.String getID()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getProfileIDMapping

public java.lang.String getProfileIDMapping()

getProfileSetIDMapping

public java.lang.String getProfileSetIDMapping()

populate

public void populate(netscape.security.x509.X509CertInfo info)