ing
This commit is contained in:
parent
68e76af6c2
commit
33a04c6166
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user