private

  1. R

    Android Question Declaring variables with Private in a regular Sub

    I noticed some users do this eg: Sub GetMaxValue(arrInt() As Int) As Int If arrInt.Length = 1 Then Return arrInt(0) Private i As Int 'not sure what the point/benefit is of declaring this with Private Dim iResult As Int iResult = arrInt(0) For i = 1 To arrInt.Length - 1...
  2. JWT

    B4J Question decryption of private key using RSA and PKCS1_v1_5

    I'm trying to port a Python implementation which is used for turning on/off Wifi TP-Link P100 wall plugs or light bulbs. The way to turn the P100 on or off is in the following order using htpp requests: - handshaking by means of a key pair (private and public) - login by username...
  3. SMOOTSARA

    Android Question private key error

    Hi guys :) i have made a little program whit private key. i want to compile in Release(obfuscated) but i get an error during the release compiling . thanks.
Top