IDSCryptoManager constructor

IDSCryptoManager({
  1. required IDSCryptoConfiguration crypto,
})

Creates a new IDSCryptoManager with the given crypto configuration.

Implementation

IDSCryptoManager({required this.crypto});