Method | Description | |
---|---|---|
GenerateChallenge ( Authentication authentication ) : byte[] |
Generates challenge.
|
|
Secure ( GXDLMSSettings settings, GXICipher cipher, |
Chipher text.
|
Method | Description | |
---|---|---|
GXSecure ( ) : System |
Constructor.
|
public static GenerateChallenge ( Authentication authentication ) : byte[] | ||
authentication | Authentication | ///Used authentication. /// |
return | byte[] |
public static Secure ( GXDLMSSettings settings, GXICipher cipher, |
||
settings | GXDLMSSettings | ///DLMS settings. /// |
cipher | GXICipher | ///Cipher. /// |
ic | ///Invocation counter. /// | |
data | byte | ///Text to chipher. /// |
secret | byte | ///Secret. /// |
return | byte[] |