X509CRL.getSignature

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

@return the signature.

class X509CRL
abstract
byte[]
getSignature
()

Meta