Package | Description |
---|---|
org.spongycastle.asn1.eac |
Modifier and Type | Field and Description |
---|---|
private CertificateBody |
CVCertificate.certificateBody |
private CertificateBody |
CVCertificateRequest.certificateBody |
Modifier and Type | Method and Description |
---|---|
CertificateBody |
CVCertificate.getBody()
Gives the body of the certificate.
|
CertificateBody |
CVCertificateRequest.getCertificateBody()
Returns the body of the certificate template
|
static CertificateBody |
CertificateBody.getInstance(java.lang.Object obj)
Gives an instance of Iso7816CertificateBody taken from Object obj
|
Constructor and Description |
---|
CVCertificate(CertificateBody body,
byte[] signature)
Create an iso7816Certificate structure from a body and its signature.
|