C# 클래스 Plugin.SecureStorage.SecureStorageImplementation.StringKeyEntry

Class for storing string as entry
상속: Java.Lang.Object, ISecretKey
파일 보기 프로젝트 열기: sameerkapps/SecureStorage

공개 메소드들

메소드 설명
GetEncoded ( ) : byte[]
StringKeyEntry ( string entry ) : Plugin.SecureStorage.Abstractions

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

메소드 상세

GetEncoded() 공개 메소드

public GetEncoded ( ) : byte[]
리턴 byte[]

StringKeyEntry() 공개 메소드

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