PKDCertificate.withPrivateKey constructor
- dynamic binaryData,
- PKDResourceType resourceType,
- dynamic privateKey
Implementation
PKDCertificate.withPrivateKey(
Uint8List binaryData,
PKDResourceType resourceType,
Uint8List privateKey,
) {
_binaryData = binaryData;
_resourceType = resourceType;
_privateKey = privateKey;
}