Package ai.tock.shared.security.key
Interface HasSecretKey
-
- All Implemented Interfaces:
public interface HasSecretKey<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract TgetSecretKey()-
-
Method Detail
-
getSecretKey
abstract T getSecretKey()
-
-
-
-