Package | Description |
---|---|
org.bouncycastle.asn1.eac |
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(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.
|
Copyright © 2016 BouncyCastle.org. All rights reserved.