view app/src/main/java/com/lamerman/SelectionMode.java @ 509:2eb4fa13b9ef

update 5250 encryption to allow TLS1.3, remove old SSLv2 and SSLv3 methods
author Carl Byington <carl@five-ten-sg.com>
date Sun, 29 Jan 2023 10:25:21 -0700
parents d29cce60f393
children
line wrap: on
line source

package com.lamerman;

public class SelectionMode {
    public static final int MODE_CREATE = 0;

    public static final int MODE_OPEN = 1;
}