X509CertImpl.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(Certificate cert)
    class X509CertImpl
    static
    byte[]
    getEncodedInternal

Meta