Uses of Class
org.bouncycastle.asn1.eac.CertificateBody
-
Packages that use CertificateBody Package Description org.bouncycastle.asn1.eac ASN.1 classes specific to the Bundesamt für Sicherheit in der Informationstechnik (BSI) Technical Guideline Advanced Security Mechanisms for Machine Readable Travel Documents. -
-
Uses of CertificateBody in org.bouncycastle.asn1.eac
Methods in org.bouncycastle.asn1.eac that return CertificateBody Modifier and Type Method Description CertificateBody
CVCertificate. getBody()
Gives the body of the certificate.CertificateBody
CVCertificateRequest. getCertificateBody()
Returns the body of the certificate templatestatic CertificateBody
CertificateBody. getInstance(Object obj)
Gives an instance of Iso7816CertificateBody taken from Object objConstructors in org.bouncycastle.asn1.eac with parameters of type CertificateBody Constructor Description CVCertificate(CertificateBody body, byte[] signature)
Create an iso7816Certificate structure from a body and its signature.
-