
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
package foundation.pEp.jniadapter.test.utils.model; |
|||
|
|||
public enum KeyType { |
|||
NORMAL() { |
|||
public String toString() { |
|||
return "normal"; |
|||
} |
|||
}, |
|||
PASSPHRASE() { |
|||
public String toString() { |
|||
return "passphrase"; |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue