Package ch.autumo.beetroot.security
Interface SecureApplication
public interface SecureApplication
Secure application to provide a seed.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a unique security key, which is different for every app.
-
Method Details
-
getUniqueSecurityKey
String getUniqueSecurityKey()Returns a unique security key, which is different for every app.- Returns:
- sec key
-