Class SBSDKHKDFKeyGenerator
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKHKDFKeyGenerator : SBSDKStorageCryptingKeyGenerator, ISBSDKStorageCryptingKeyGenerator, INativeObject, IDisposable
- Inheritance
-
SBSDKHKDFKeyGenerator
- Implements
-
INativeObject
Constructors
SBSDKHKDFKeyGenerator(NSData, NSData?, NSData?)
public SBSDKHKDFKeyGenerator(NSData inputKeyMaterial, NSData? info, NSData? salt)
Parameters
inputKeyMaterial NSData
info NSData
salt NSData
SBSDKHKDFKeyGenerator(NSObjectFlag?)
protected SBSDKHKDFKeyGenerator(NSObjectFlag? t)
Parameters
t NSObjectFlag
SBSDKHKDFKeyGenerator(NativeHandle?)
protected SBSDKHKDFKeyGenerator(NativeHandle? handle)
Parameters
handle NativeHandle
Properties
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
Methods
WithError(SBSDKStorageCryptingKeyLength, out NSError?)
public override NSData? WithError(SBSDKStorageCryptingKeyLength keyLength, out NSError? error)
Parameters
keyLength SBSDKStorageCryptingKeyLength
error NSError
Returns
- NSData