Package ai.tock.shared.security.key
Class SecretKey
-
- All Implemented Interfaces:
public abstract class SecretKey
-
-
Field Summary
Fields Modifier and Type Field Description private final SecretKeyTypetype
-
Constructor Summary
Constructors Constructor Description SecretKey(SecretKeyType type)
-
Method Summary
Modifier and Type Method Description final SecretKeyTypegetType()-
-
Constructor Detail
-
SecretKey
SecretKey(SecretKeyType type)
-
-
Method Detail
-
getType
final SecretKeyType getType()
-
-
-
-