C# Class Plugin.SecureStorage.SecureStorageImplementation.StringKeyEntry

Class for storing string as entry
Inheritance: Java.Lang.Object, ISecretKey
显示文件 Open project: sameerkapps/SecureStorage

Public Methods

Method Description
GetEncoded ( ) : byte[]
StringKeyEntry ( string entry ) : Plugin.SecureStorage.Abstractions

Constructor makes sure that entry is valid. Converts it to bytes

Method Details

GetEncoded() public method

public GetEncoded ( ) : byte[]
return byte[]

StringKeyEntry() public method

Constructor makes sure that entry is valid. Converts it to bytes
public StringKeyEntry ( string entry ) : Plugin.SecureStorage.Abstractions
entry string Entry.
return Plugin.SecureStorage.Abstractions