X509CertificateWithInfo(X509CertificateWithInfo x509CertificateWithInfo) 构造函数
定义
Constructor [COPY]
Creates a new instance of the X509CertificateWithInfo copping the content of the provided one.
public X509CertificateWithInfo(X509CertificateWithInfo x509CertificateWithInfo)
参数
- x509CertificateWithInfo
- X509CertificateWithInfo
the originalX509CertificateWithInfo
</code> to copy. </p>
例外
IllegalArgumentException
if the provided x509CertificateWithInfo is null.