Skip to main content

com.eruces.teagent.TECipher

The TECipher class describes a cipher algorithm together with its key material, and creates the cipher used to encrypt or decrypt data.

Since: 1.0

© Pi Soft, 2018-2026 · Tricryption Engine 8.1

Public Member Functions

MemberDescription
TECipherAlgorithmType getType()
byte[] getRawHiddenLink()
String getHiddenLink()
byte[] encrypt(byte[] data)
byte[] decrypt(byte[] data)
int encrypt(byte[] data, byte[] out)

Static Public Member Functions

MemberDescription
TECipher extractKeyInfo(byte[] keyBlob)