Class Index | File Index

Classes


Class KJUR.jws.IntDate

KJUR.jws.IntDate class
Defined in: jws-3.2.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
IntDate class for time representation for JSON Web Token(JWT) Utility class for IntDate which is integer representation of UNIX origin time used in JSON Web Token(JWT).
Method Summary
Method Attributes Method Name and Description
<static>  
KJUR.jws.IntDate.get(s)
This method will accept following representation of time.
Class Detail
KJUR.jws.IntDate()
IntDate class for time representation for JSON Web Token(JWT) Utility class for IntDate which is integer representation of UNIX origin time used in JSON Web Token(JWT).
Since:
jws 3.0.1
Method Detail
<static> {Integer} KJUR.jws.IntDate.get(s)
This method will accept following representation of time.
Parameters:
{String} s
string of time representation
Since:
jws 3.0.1
Throws:
"unsupported format: s" when malformed format
Returns:
{Integer} UNIX origin time in seconds for argument 's'

© 2012 Kenji Urushima, All rights reserved
Documentation generated by JsDoc Toolkit 2.4.0