X509CRLImpl.getEncodedInternal

Returned the encoding of the given certificate for internal use. Callers must guarantee that they neither modify it nor expose it to untrusted code. Uses getEncodedInternal() if the certificate is instance of X509CertImpl, getEncoded() otherwise.

  1. byte[] getEncodedInternal()
  2. byte[] getEncodedInternal(X509CRL crl)
    class X509CRLImpl
    static
    byte[]
    getEncodedInternal

Meta