public class CaInfo extends Object
| Constructor and Description |
|---|
CaInfo(org.xipki.ca.api.mgmt.entry.CaEntry caEntry,
org.xipki.ca.api.mgmt.entry.CaConfColumn caConfColumn,
CertStore certStore) |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.ca.api.mgmt.entry.CaConfColumn |
getCaConfColumn() |
org.xipki.ca.api.mgmt.entry.CaEntry |
getCaEntry() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getCaKeyAlgId() |
String |
getCaKeyspec() |
org.xipki.ca.api.CaUris |
getCaUris() |
org.xipki.security.X509Cert |
getCert() |
List<org.xipki.security.X509Cert> |
getCertchain() |
List<org.bouncycastle.asn1.cmp.CMPCertificate> |
getCertchainInCmpFormat() |
org.bouncycastle.asn1.cmp.CMPCertificate |
getCertInCmpFormat() |
org.xipki.ca.api.mgmt.CrlControl |
getCrlControl() |
String |
getCrlSignerName() |
org.xipki.ca.api.mgmt.CtlogControl |
getCtlogControl() |
org.xipki.util.ConfPairs |
getExtraControl() |
String |
getHexSha1OfCert() |
org.xipki.ca.api.NameId |
getIdent() |
int |
getKeepExpiredCertInDays() |
List<String> |
getKeypairGenNames() |
BigInteger |
getMaxFullCrlNumber() |
org.xipki.util.Validity |
getMaxValidity() |
long |
getNextCrlNumber() |
long |
getNoNewCertificateAfter() |
Date |
getNotAfter() |
Date |
getNotBefore() |
int |
getNumCrls() |
int |
getPathLenConstraint() |
int |
getPermission() |
org.xipki.ca.api.PublicCaInfo |
getPublicCaInfo() |
org.xipki.security.CertRevocationInfo |
getRevocationInfo() |
BigInteger |
getSerialNumber() |
org.xipki.security.ConcurrentContentSigner |
getSigner(List<org.xipki.security.SignAlgo> algos) |
org.xipki.ca.api.mgmt.CaStatus |
getStatus() |
String |
getSubject() |
org.xipki.ca.api.mgmt.ValidityMode |
getValidityMode() |
boolean |
initSigner(org.xipki.security.SecurityFactory securityFactory) |
boolean |
isSaveCert() |
boolean |
isSaveKeypair() |
boolean |
isSelfSigned() |
boolean |
isSignerRequired() |
BigInteger |
nextCrlNumber() |
BigInteger |
nextSerial() |
org.xipki.ca.api.mgmt.RevokeSuspendedControl |
revokeSuspendedCertsControl() |
void |
setCrlSignerName(String crlSignerName) |
void |
setNextCrlNumber(long crlNumber) |
void |
setPermission(int permission) |
void |
setRevocationInfo(org.xipki.security.CertRevocationInfo revocationInfo) |
void |
setStatus(org.xipki.ca.api.mgmt.CaStatus status) |
String |
toString() |
String |
toString(boolean verbose) |
public CaInfo(org.xipki.ca.api.mgmt.entry.CaEntry caEntry,
org.xipki.ca.api.mgmt.entry.CaConfColumn caConfColumn,
CertStore certStore)
throws org.xipki.util.exception.OperationException
org.xipki.util.exception.OperationExceptionpublic String getCaKeyspec()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getCaKeyAlgId()
public long getNextCrlNumber()
public void setNextCrlNumber(long crlNumber)
public org.xipki.ca.api.PublicCaInfo getPublicCaInfo()
public String getSubject()
public Date getNotBefore()
public Date getNotAfter()
public BigInteger getSerialNumber()
public boolean isSelfSigned()
public org.bouncycastle.asn1.cmp.CMPCertificate getCertInCmpFormat()
public long getNoNewCertificateAfter()
public org.xipki.ca.api.mgmt.entry.CaEntry getCaEntry()
public org.xipki.ca.api.mgmt.entry.CaConfColumn getCaConfColumn()
public int getPathLenConstraint()
public org.xipki.ca.api.NameId getIdent()
public org.xipki.ca.api.CaUris getCaUris()
public org.xipki.util.Validity getMaxValidity()
public org.xipki.security.X509Cert getCert()
public List<org.xipki.security.X509Cert> getCertchain()
public List<org.bouncycastle.asn1.cmp.CMPCertificate> getCertchainInCmpFormat()
public String getCrlSignerName()
public void setCrlSignerName(String crlSignerName)
public org.xipki.ca.api.mgmt.CrlControl getCrlControl()
public org.xipki.ca.api.mgmt.CtlogControl getCtlogControl()
public org.xipki.util.ConfPairs getExtraControl()
public int getNumCrls()
public org.xipki.ca.api.mgmt.CaStatus getStatus()
public void setStatus(org.xipki.ca.api.mgmt.CaStatus status)
public String toString(boolean verbose)
public boolean isSaveCert()
public boolean isSaveKeypair()
public String getHexSha1OfCert()
public org.xipki.ca.api.mgmt.ValidityMode getValidityMode()
public int getPermission()
public void setPermission(int permission)
public org.xipki.security.CertRevocationInfo getRevocationInfo()
public void setRevocationInfo(org.xipki.security.CertRevocationInfo revocationInfo)
public int getKeepExpiredCertInDays()
public BigInteger nextSerial()
public BigInteger nextCrlNumber() throws org.xipki.util.exception.OperationException
org.xipki.util.exception.OperationExceptionpublic BigInteger getMaxFullCrlNumber() throws org.xipki.util.exception.OperationException
org.xipki.util.exception.OperationExceptionpublic org.xipki.security.ConcurrentContentSigner getSigner(List<org.xipki.security.SignAlgo> algos)
public boolean initSigner(org.xipki.security.SecurityFactory securityFactory)
throws org.xipki.security.XiSecurityException
org.xipki.security.XiSecurityExceptionpublic boolean isSignerRequired()
public org.xipki.ca.api.mgmt.RevokeSuspendedControl revokeSuspendedCertsControl()
Copyright © 2022. All rights reserved.