public class CVCertificateRequest
extends ASN1Object
| Modifier and Type | Method and 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() |
public 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()