CertificatePrincipal(String, Certificate[]) constructor

Constructor that accepts the name to be set in the principal and certificate chain used to authenticate the user.

Syntax

CertificatePrincipal ( String name , Certificate[] certs )

Parameters