Interface SecretKeyProvider
-
public interface SecretKeyProvider
Factory class to provide aSecretKey
instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecretKey
getSecretKey()
Returns this SecretKey.
-
-
-
Method Detail
-
getSecretKey
SecretKey getSecretKey()
Returns this SecretKey.- Returns:
- the SecretKey.
-
-