Method SSL.Constants.CertificatePair()->create()
- Method
create
SSL.Constants.CertificatePair SSL.Constants.CertificatePair(
Crypto.Sign.State
key
,array
(string(8bit)
)certs
,array
(string(8bit)
)|void
extra_name_globs
)- Description
Initializa a new CertificatePair.
- Parameter
key
Private key.
- Parameter
certs
Chain of certificates, root cert last.
- Parameter
extra_globs
The set of globs from the first certificate is optionally extended with these.
- Note
Performs various validation checks.