|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.CertPolicy
public class CertPolicy
Certificate policy.
| Constructor Summary | |
|---|---|
CertPolicy()
Empty constructor |
|
| Method Summary | |
|---|---|
Calendar |
getCreateTime()
Gets the time the policy was imported into the system. |
org.nhindirect.policy.PolicyLexicon |
getLexicon()
Gets the lexicon that this policy is written in. |
byte[] |
getPolicyData()
Gets the policy definition in byte array format. |
String |
getPolicyName()
Gets the name of the policy. |
void |
setCreateTime(Calendar createTime)
Sets the time the policy was imported into the system. |
void |
setLexicon(org.nhindirect.policy.PolicyLexicon lexicon)
Sets the lexicon that this policy is written in. |
void |
setPolicyData(byte[] policyData)
Sets the policy definition in byte array format. |
void |
setPolicyName(String policyName)
Sets the name of the policy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertPolicy()
| Method Detail |
|---|
public String getPolicyName()
public void setPolicyName(String policyName)
policyName - The name of the policy.public byte[] getPolicyData()
public void setPolicyData(byte[] policyData)
policyData - The policy definitionpublic Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - The time the policy was imported into the system.public org.nhindirect.policy.PolicyLexicon getLexicon()
public void setLexicon(org.nhindirect.policy.PolicyLexicon lexicon)
lexicon - The lexicon that this policy is written in.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||