Pkcs12KeyPairResponse constructor

Pkcs12KeyPairResponse(
  1. List<int> bytes
)

Implementation

factory Pkcs12KeyPairResponse(List<int> bytes) {
  final rootRef = fb.BufferContext.fromBytes(bytes);
  return reader.read(rootRef, 0);
}