Class HskListResponse

  • All Implemented Interfaces:
    Serializable

    public class HskListResponse
    extends ApiResponse
    Response from Authlete's /api/hsk/get/list API.
    Since:
    2.97, Authlete 2.2.12
    See Also:
    Serialized Form
    • Constructor Detail

      • HskListResponse

        public HskListResponse()
    • Method Detail

      • getAction

        public HskListResponse.Action getAction()
        Get the result of the API call.
        Returns:
        The result of the API call.
      • getHsks

        public Hsk[] getHsks()
        Get the information about the keys on the HSM.
        Returns:
        Information about the keys.
      • setHsks

        public HskListResponse setHsks​(Hsk[] hsks)
        Set the information about the keys on the HSM.
        Parameters:
        hsks - Information about the keys.
        Returns:
        this object.