PKDCertificate constructor
PKDCertificate(
- ByteData binaryData,
- PKDResourceType resourceType, {
- ByteData? privateKey,
Implementation
PKDCertificate(
ByteData binaryData,
PKDResourceType resourceType, {
ByteData? privateKey,
}) : _binaryData = binaryData,
_resourceType = resourceType,
_privateKey = privateKey;