X509Certificate.getTBSCertificate

Gets the DER-encoded certificate information, the {@code tbsCertificate} from this certificate. This can be used to verify the signature independently.

@return the DER-encoded certificate information. @exception CertificateEncodingException if an encoding error occurs.

Meta