X509Certificate.getSignature

Gets the {@code signature} value (the raw signature bits) from the certificate. The ASN.1 definition for this is: <pre> signature BIT STRING </pre>

@return the signature.

Meta