public class CertificateInfo extends Object
| Constructor and Description |
|---|
CertificateInfo(CertWithDbId cert,
org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey,
NameId issuer,
org.xipki.security.X509Cert issuerCert,
byte[] subjectPublicKey,
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() |
RequestType |
getReqType() |
org.bouncycastle.asn1.x500.X500Name |
getRequestedSubject() |
NameId |
getRequestor() |
org.xipki.security.CertRevocationInfo |
getRevocationInfo() |
byte[] |
getSubjectPublicKey() |
byte[] |
getTransactionId() |
Integer |
getUser() |
String |
getWarningMessage() |
boolean |
isAlreadyIssued() |
boolean |
isRevoked() |
void |
setAlreadyIssued(boolean alreadyIssued) |
void |
setReqType(RequestType reqType) |
void |
setRequestedSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject) |
void |
setRevocationInfo(org.xipki.security.CertRevocationInfo revocationInfo) |
void |
setTransactionId(byte[] transactionId) |
void |
setUser(Integer user) |
void |
setWarningMessage(String warningMessage) |
public CertificateInfo(CertWithDbId cert, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey, NameId issuer, org.xipki.security.X509Cert issuerCert, byte[] subjectPublicKey, NameId profile, NameId requestor)
public byte[] getSubjectPublicKey()
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 Integer getUser()
public void setUser(Integer user)
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 RequestType getReqType()
public void setReqType(RequestType reqType)
public byte[] getTransactionId()
public void setTransactionId(byte[] transactionId)
public org.bouncycastle.asn1.x500.X500Name getRequestedSubject()
public void setRequestedSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject)
Copyright © 2019. All rights reserved.