SealKey.ofType constructor

SealKey.ofType(
  1. SealKey key
)

Constructs a key from the existing SealKey

Implementation

SealKey.ofType(SealKey key) : super(key.name, nullptr);