Package org.bouncycastle.asn1.pkcs
Class CertificationRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.CertificationRequest
- All Implemented Interfaces:
ASN1Encodable
- Direct Known Subclasses:
PKCS10CertificationRequest
public class CertificationRequest extends ASN1Object
PKCS10 Certification request object.
CertificationRequest ::= SEQUENCE {
certificationRequestInfo CertificationRequestInfo,
signatureAlgorithm AlgorithmIdentifier{{ SignatureAlgorithms }},
signature BIT STRING
}
-
Field Summary
Fields Modifier and Type Field Description protected CertificationRequestInforeqInfoprotected AlgorithmIdentifiersigAlgIdprotected DERBitStringsigBits -
Constructor Summary
Constructors Modifier Constructor Description protectedCertificationRequest()CertificationRequest(ASN1Sequence seq)CertificationRequest(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature) -
Method Summary
Modifier and Type Method Description CertificationRequestInfogetCertificationRequestInfo()static CertificationRequestgetInstance(Object o)DERBitStringgetSignature()AlgorithmIdentifiergetSignatureAlgorithm()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Field Details
-
reqInfo
-
sigAlgId
-
sigBits
-
-
Constructor Details
-
CertificationRequest
protected CertificationRequest() -
CertificationRequest
public CertificationRequest(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature) -
CertificationRequest
-
-
Method Details
-
getInstance
-
getCertificationRequestInfo
-
getSignatureAlgorithm
-
getSignature
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-