CertAndKey constructor
Creates a new instance of CertAndKey.
cert
: The digital certificate.key
: The private key paired with the certificate.
Implementation
const CertAndKey({required this.cert, required this.key});
Creates a new instance of CertAndKey.
cert
: The digital certificate.key
: The private key paired with the certificate.const CertAndKey({required this.cert, required this.key});