ASN1Encodable, Encodablepublic class CVCertificateRequest extends ASN1Object
| Modifier and Type | Method | Description |
|---|---|---|
CertificateBody |
getCertificateBody() |
Returns the body of the certificate template
|
byte[] |
getInnerSignature() |
|
static CVCertificateRequest |
getInstance(java.lang.Object obj) |
|
byte[] |
getOuterSignature() |
|
PublicKeyDataObject |
getPublicKey() |
Return the public key data object carried in the request
|
boolean |
hasOuterSignature() |
|
ASN1Primitive |
toASN1Primitive() |
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static CVCertificateRequest getInstance(java.lang.Object obj)
public CertificateBody getCertificateBody()
public PublicKeyDataObject getPublicKey()
public byte[] getInnerSignature()
public byte[] getOuterSignature()
public boolean hasOuterSignature()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object