Class PublicKeyVO
java.lang.Object
com.skava.auth.model.rest.entities.PublicKeyVO
- All Implemented Interfaces:
Serializable
This model contains the public key of the client application.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPublicKeyVO
(ClientSecret secret) construct a public key with cilent's RSA key. -
Method Summary
-
Constructor Details
-
PublicKeyVO
construct a public key with cilent's RSA key.- Parameters:
secret
- aClientSecret
object. which holds the RSA key of the client application.
-