Index

Constructor methods

Methods

Constructor methods

constructor(protectionDescriptor: string): DataProtectionProvider

Parameters

  • protectionDescriptor: string

Returns

DataProtectionProvider

constructor(): DataProtectionProvider

Returns

DataProtectionProvider

Methods

public protectAsync(data: IBuffer): IAsyncOperation

Parameters

Returns

IAsyncOperation

public protectStreamAsync(src: IInputStream, dest: IOutputStream): IAsyncAction

Parameters

Returns

IAsyncAction

public unprotectAsync(data: IBuffer): IAsyncOperation

Parameters

Returns

IAsyncOperation

public unprotectStreamAsync(src: IInputStream, dest: IOutputStream): IAsyncAction

Parameters

Returns

IAsyncAction