Package org.bouncycastle.asn1.pkcs
Class CertificationRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.CertificationRequest
- All Implemented Interfaces:
ASN1Encodable,Encodable
PKCS10 Certification request object.
CertificationRequest ::= SEQUENCE {
certificationRequestInfo CertificationRequestInfo,
signatureAlgorithm AlgorithmIdentifier{{ SignatureAlgorithms }},
signature BIT STRING
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertificationRequestInfoprotected AlgorithmIdentifierprotected DERBitString -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCertificationRequest(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature) -
Method Summary
Modifier and TypeMethodDescriptionstatic CertificationRequestMethod providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
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
Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-