eapClientKey property

  1. @BuiltValueField.new(wireName: r'eapClientKey')
File? get eapClientKey

For eap tls. The RSA private key for the client. Include the lines BEGIN RSA PRIVATE KEY and END RSA PRIVATE KEY.

Implementation

@BuiltValueField(wireName: r'eapClientKey')
File? get eapClientKey;