Class PublicKeyVO

java.lang.Object
com.skava.auth.model.rest.entities.PublicKeyVO
All Implemented Interfaces:
Serializable

public class PublicKeyVO extends Object implements Serializable
This model contains the public key of the client application.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • PublicKeyVO

      public PublicKeyVO(ClientSecret secret)
      construct a public key with cilent's RSA key.
      Parameters:
      secret - a ClientSecret object. which holds the RSA key of the client application.