You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of ECDH_ES as the KeyManagementAlgorithm, cast is returning nil as the decryptionKey is of type SecKeyRef while ECKeyEncryption.PrivateKey.self holds the value of ECDH_ES.
Due to this I'm unable to create an instance of Decrypter
In case of
ECDH_ESas the KeyManagementAlgorithm, cast is returningnilas the decryptionKey is of typeSecKeyRefwhileECKeyEncryption.PrivateKey.selfholds the value ofECDH_ES.Due to this I'm unable to create an instance of
Decrypter