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()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object