Creates a new {@code CertPathTrustManagerParameters} with the specified certification path parameters.paramparameters the certification path parameters.sinceAndroid 1.0 param = (CertPathParameters) parameters.clone();
param = (CertPathParameters) parameters.clone();
Returns a copy of the certification path parameters.returna copy of the certification path parameters.sinceAndroid 1.0 return (CertPathParameters) param.clone();
return (CertPathParameters) param.clone();