Package org.xipki.ca.api.mgmt.entry
Class ChangeCaEntry
- java.lang.Object
-
- org.xipki.ca.api.mgmt.entry.MgmtEntry
-
- org.xipki.ca.api.mgmt.entry.ChangeCaEntry
-
public class ChangeCaEntry extends MgmtEntry
Management Entry Change CA.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description ChangeCaEntry(org.xipki.ca.api.NameId ident)
-
Method Summary
-
-
-
Method Detail
-
setIdent
public void setIdent(org.xipki.ca.api.NameId ident)
-
getIdent
public org.xipki.ca.api.NameId getIdent()
-
getStatus
public CaStatus getStatus()
-
setStatus
public void setStatus(CaStatus status)
-
getMaxValidity
public org.xipki.util.Validity getMaxValidity()
-
setMaxValidity
public void setMaxValidity(org.xipki.util.Validity maxValidity)
-
getSignerType
public String getSignerType()
-
setSignerType
public void setSignerType(String signerType)
-
getSignerConf
public String getSignerConf()
-
setSignerConf
public void setSignerConf(String signerConf)
-
getCrlControl
public String getCrlControl()
-
setCrlControl
public void setCrlControl(String crlControl)
-
getCtlogControl
public String getCtlogControl()
-
setCtlogControl
public void setCtlogControl(String ctlogControl)
-
getRevokeSuspendedControl
public String getRevokeSuspendedControl()
-
setRevokeSuspendedControl
public void setRevokeSuspendedControl(String revokeSuspendedControl)
-
getCrlSignerName
public String getCrlSignerName()
-
setCrlSignerName
public void setCrlSignerName(String crlSignerName)
-
getValidityMode
public ValidityMode getValidityMode()
-
setValidityMode
public void setValidityMode(ValidityMode validityMode)
-
getSaveCert
public Boolean getSaveCert()
-
setSaveCert
public void setSaveCert(Boolean saveCert)
-
getSaveKeypair
public Boolean getSaveKeypair()
-
setSaveKeypair
public void setSaveKeypair(Boolean saveKeypair)
-
getPermission
public Integer getPermission()
-
setPermission
public void setPermission(Integer permission)
-
getExpirationPeriod
public Integer getExpirationPeriod()
-
setExpirationPeriod
public void setExpirationPeriod(Integer expirationPeriod)
-
getKeepExpiredCertInDays
public Integer getKeepExpiredCertInDays()
-
setKeepExpiredCertInDays
public void setKeepExpiredCertInDays(Integer days)
-
getExtraControl
public String getExtraControl()
-
setExtraControl
public void setExtraControl(String extraControl)
-
getSerialNoLen
public Integer getSerialNoLen()
-
setSerialNoLen
public void setSerialNoLen(Integer serialNoLen)
-
getCaUris
public org.xipki.ca.api.CaUris getCaUris()
-
setCaUris
public void setCaUris(org.xipki.ca.api.CaUris caUris)
-
getEncodedCert
public byte[] getEncodedCert()
-
setEncodedCert
public void setEncodedCert(byte[] encodedCert)
-
getEncodedCertchain
public List<byte[]> getEncodedCertchain()
-
setEncodedCertchain
public void setEncodedCertchain(List<byte[]> encodedCertchain)
-
getNumCrls
public Integer getNumCrls()
-
setNumCrls
public void setNumCrls(Integer numCrls)
-
-