Standards and algorithms
Date and time
Date and time are always formatted as ISO 8601 by NiP API.
The syntax for date is:
-
{YYYY}-{MM}-{DD} (e.g. 2016-01-22)
The syntax for time is:
-
{HH}:{MM}:{SS} (e.g. 08:45:50)
The syntax for date time is:
-
{YYYY}-{MM}-{DD} {HH}:{MM}:{SS} (e.g. 2016-01-22 08:45:50)
Public key algorithm
Public key algorithms supported by NiP API are:
-
DSA
-
RSA
-
ECC*
*) ECC has been implemented but is not fully supported.