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