This commit is contained in:
crusader 2018-04-28 18:43:46 +09:00
parent 68e76af6c2
commit 33a04c6166

View File

@ -4,6 +4,7 @@ package com.loafle.overflow.core.type;
* Created by snoop on 17. 6. 27. * Created by snoop on 17. 6. 27.
*/ */
public enum CryptoType { public enum CryptoType {
NONE(""),
TLS("TLS"); TLS("TLS");
private String stringValue; private String stringValue;