public class CertificateInfo extends Object
| Constructor and Description |
|---|
CertificateInfo(CertWithDbId cert,
org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey,
NameId issuer,
org.xipki.security.X509Cert issuerCert,
NameId profile,
NameId requestor) |
| Modifier and Type | Method and Description |
|---|---|
CertWithDbId |
getCert() |
NameId |
getIssuer() |
org.xipki.security.X509Cert |
getIssuerCert() |
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
getPrivateKey() |
NameId |
getProfile() |
org.bouncycastle.asn1.x500.X500Name |
getRequestedSubject() |
NameId |
getRequestor() |
org.xipki.security.CertRevocationInfo |
getRevocationInfo() |
String |
getTransactionId() |
String |
getWarningMessage() |
boolean |
isAlreadyIssued() |
boolean |
isRevoked() |
void |
setAlreadyIssued(boolean alreadyIssued) |
void |
setRequestedSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject) |
void |
setRevocationInfo(org.xipki.security.CertRevocationInfo revocationInfo) |
void |
setTransactionId(String transactionId) |
void |
setWarningMessage(String warningMessage) |
public CertificateInfo(CertWithDbId cert, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey, NameId issuer, org.xipki.security.X509Cert issuerCert, NameId profile, NameId requestor)
public CertWithDbId getCert()
public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKey()
public NameId getIssuer()
public org.xipki.security.X509Cert getIssuerCert()
public NameId getProfile()
public String getWarningMessage()
public void setWarningMessage(String warningMessage)
public NameId getRequestor()
public boolean isRevoked()
public org.xipki.security.CertRevocationInfo getRevocationInfo()
public void setRevocationInfo(org.xipki.security.CertRevocationInfo revocationInfo)
public boolean isAlreadyIssued()
public void setAlreadyIssued(boolean alreadyIssued)
public String getTransactionId()
public void setTransactionId(String transactionId)
public org.bouncycastle.asn1.x500.X500Name getRequestedSubject()
public void setRequestedSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject)
Copyright © 2022. All rights reserved.