Package com.mdsol.mauth.utils
Interface ClientPublicKeyProvider
-
public interface ClientPublicKeyProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.PublicKeygetPublicKey(java.util.UUID appUUID)Returns the associated public key for a given application UUID.
-
-
-
Method Detail
-
getPublicKey
java.security.PublicKey getPublicKey(java.util.UUID appUUID)
Returns the associated public key for a given application UUID.- Parameters:
appUUID- , UUID of the application for which we want to retrieve its public key.- Returns:
PublicKeyregistered in MAuth for the application with given appUUID.
-
-