public interface ClientPublicKeyProvider
| Modifier and Type | Method and Description |
|---|---|
java.security.PublicKey |
getPublicKey(java.util.UUID appUUID)
Returns the associated public key for a given application UUID.
|
java.security.PublicKey getPublicKey(java.util.UUID appUUID)
appUUID, - UUID of the application for which we want to retrieve its public key.PublicKey registered in MAuth for the application with given appUUID.