Android Programming Press on the image to return to the main documentation page.

TS-Crypto

Written by Talking Survey

List of types:

Crypto

Crypto

Class module

Events:

None

Members:


  ActualLevel As Int

  Class_Globals As String

  conv As ByteConverter

  Decrypt (encryptedData As String, KeyNo As Int) As String

  Encrypt (DataToEncrypt As String, KeyNo As Int) As String

  Initialize (MainKeys() As String) As String

  InitializeCipher (c As CipherWrapper, transformation As String) As String

  IsInitialized As Boolean

  Keys As List

  padString (source As String) As String

  RetrieveKey (Keyno As Int) As String

  Successful As Boolean

Members description:

ActualLevel As Int
Class_Globals As String
conv As ByteConverter
Decrypt (encryptedData As String, KeyNo As Int) As String
Encrypt (DataToEncrypt As String, KeyNo As Int) As String
Initialize (MainKeys() As String) As String
Initializes the object. You can add parameters to this method if needed.
InitializeCipher (c As CipherWrapper, transformation As String) As String
IsInitialized As Boolean
Tests whether the object has been initialized.
Keys As List
padString (source As String) As String
pads a string to a multiple of 8 bytes for encryption
RetrieveKey (Keyno As Int) As String
Successful As Boolean

Top