Method | Description | |
---|---|---|
Encrypt ( byte bytesData, byte bytesKey ) : byte[] | ||
Encryptor ( EncryptionAlgorithm algId ) : System |
public Encrypt ( byte bytesData, byte bytesKey ) : byte[] | ||
bytesData | byte | |
bytesKey | byte | |
return | byte[] |
public Encryptor ( EncryptionAlgorithm algId ) : System | ||
algId | EncryptionAlgorithm | |
return | System |