Class CertificateResponse
- Namespace
- Org.BouncyCastle.Crmf
- Assembly
- BouncyCastle.Cryptography.dll
High level wrapper for the CertResponse CRMF structure.
public class CertificateResponse
- Inheritance
-
CertificateResponse
- Inherited Members
Constructors
CertificateResponse(CertResponse)
public CertificateResponse(CertResponse certResponse)
Parameters
certResponseCertResponse
Properties
HasEncryptedCertificate
public virtual bool HasEncryptedCertificate { get; }
Property Value
Methods
GetCertificate()
public virtual CmpCertificate GetCertificate()
Returns
GetEncryptedCertificate()
public virtual CmsEnvelopedData GetEncryptedCertificate()
Returns
ToAsn1Structure()
public virtual CertResponse ToAsn1Structure()