Uses of Class
org.bouncycastle.asn1.eac.CertificateBody
-
Packages that use CertificateBody Package Description org.bouncycastle.asn1.eac Classes and object identifiers related to the German BSI standard BSI TR-03110. -
-
Uses of CertificateBody in org.bouncycastle.asn1.eac
Methods in org.bouncycastle.asn1.eac that return CertificateBody Modifier and Type Method Description CertificateBodyCVCertificate. getBody()Gives the body of the certificate.CertificateBodyCVCertificateRequest. getCertificateBody()Returns the body of the certificate templatestatic CertificateBodyCertificateBody. getInstance(java.lang.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.
-