public class

CertificationRequest

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.pkcs.CertificationRequest
Known Direct Subclasses

Class Overview

PKCS10 Certification request object.

 CertificationRequest ::= SEQUENCE {
   certificationRequestInfo  CertificationRequestInfo,
   signatureAlgorithm        AlgorithmIdentifier{{ SignatureAlgorithms }},
   signature                 BIT STRING
 }
 

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Fields
protected CertificationRequestInfo reqInfo
protected AlgorithmIdentifier sigAlgId
protected DERBitString sigBits
Public Constructors
CertificationRequest(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature)
CertificationRequest(ASN1Sequence seq)
Protected Constructors
CertificationRequest()
Public Methods
CertificationRequestInfo getCertificationRequestInfo()
static CertificationRequest getInstance(Object o)
DERBitString getSignature()
AlgorithmIdentifier getSignatureAlgorithm()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Fields

protected CertificationRequestInfo reqInfo

protected AlgorithmIdentifier sigAlgId

protected DERBitString sigBits

Public Constructors

public CertificationRequest (CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature)

public CertificationRequest (ASN1Sequence seq)

Protected Constructors

protected CertificationRequest ()

Public Methods

public CertificationRequestInfo getCertificationRequestInfo ()

public static CertificationRequest getInstance (Object o)

public DERBitString getSignature ()

public AlgorithmIdentifier getSignatureAlgorithm ()

public DERObject toASN1Object ()