CardinalRsaPrivateKey.fromPkcs8Bytes constructor

CardinalRsaPrivateKey.fromPkcs8Bytes(
  1. Uint8List pkcs8Bytes
)

Create the key from its raw pkcs8 representation.

Implementation

CardinalRsaPrivateKey.fromPkcs8Bytes(Uint8List pkcs8Bytes) : pkcs8Hex = hex.encode(pkcs8Bytes);