CertPath.getEncoded

Returns the encoded form of this certification path, using the specified encoding.

@param encoding the name of the encoding to use @return the encoded bytes @exception CertificateEncodingException if an encoding error occurs or the encoding requested is not supported

  1. byte[] getEncoded()
  2. byte[] getEncoded(string encoding)
    class CertPath
    abstract
    byte[]
    getEncoded
    (
    string encoding
    )

Meta