com.dyuproject.oauth
Interface NonceAndTimestamp

All Known Implementing Classes:
SimpleNonceAndTimestamp

public interface NonceAndTimestamp

Nonce and timestamp generator for the request

Author:
David Yu
Date created:
Jun 1, 2009

Method Summary
 void put(UrlEncodedParameterMap params, String consumerKey)
          Puts the generated nonce and timestamp on the params which could optionally be derived from the consumerKey.
 

Method Detail

put

void put(UrlEncodedParameterMap params,
         String consumerKey)
Puts the generated nonce and timestamp on the params which could optionally be derived from the consumerKey.



Copyright © 2008-2013. All Rights Reserved.