WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

BytesExtension Members

The BytesExtension type exposes the following members.

Methods


  Name Description
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], KeyRing)
returns a string as encrypted bytes.
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][])
decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], EncryptionScope)
decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], X509Certificate2)
decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], String)
decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], String, CipherMethod)
decrypt using a password and protection level that was previousely encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsEncryptedBytes(String)
encrypt using default settings to a ByteArray, You can decrypt it using the extension method AsDecryptFromBytes(array<Byte>[]()[][], KeyRing) method
Public method Static member AsEncryptedBytes(String, KeyRing)
returns a string as encrypted bytes.
Public method Static member AsEncryptedBytes(String, X509Certificate2)
Asymmetrically encrypts text as encrypted bytes only use with small sets of text
Public method Static member AsEncryptedBytes(String, EncryptionScope)
encrypt using default settings to a ByteArray, You can decrypt it using the extension method AsDecryptFromBytes(array<Byte>[]()[][], KeyRing) method
Public method Static member AsEncryptedBytes(String, String)
encrypt using a password to a ByteArray, You can decrypt it using the extension method AsDecryptFromBytes(array<Byte>[]()[][], KeyRing) method
Public method Static member AsEncryptedBytes(String, String, CipherMethod)
encrypt using a password and protection level to a ByteArray, You can decrypt it using the extension method AsDecryptFromBytes(array<Byte>[]()[][], KeyRing) method