C# Class hds.MarginEncryption

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Méthode Description
MarginEncryption ( ) : System
decryptMargin ( byte packet ) : byte[]
encrypt ( byte packet ) : byte[]
encryptUsersPublic ( byte plain ) : byte[]
getIV ( ) : byte[]
getTFKey ( ) : byte[]
setUserPubKey ( byte exponent, byte modulus ) : void

Method Details

MarginEncryption() public méthode

public MarginEncryption ( ) : System
Résultat System

decryptMargin() public méthode

public decryptMargin ( byte packet ) : byte[]
packet byte
Résultat byte[]

encrypt() public méthode

public encrypt ( byte packet ) : byte[]
packet byte
Résultat byte[]

encryptUsersPublic() public méthode

public encryptUsersPublic ( byte plain ) : byte[]
plain byte
Résultat byte[]

getIV() public méthode

public getIV ( ) : byte[]
Résultat byte[]

getTFKey() public méthode

public getTFKey ( ) : byte[]
Résultat byte[]

setUserPubKey() public méthode

public setUserPubKey ( byte exponent, byte modulus ) : void
exponent byte
modulus byte
Résultat void