Searched refs:encodedTimestamp (Results 1 – 1 of 1) sorted by relevance
96 public static OperationalDatasetTimestamp fromTlvValue(@NonNull byte[] encodedTimestamp) { in fromTlvValue() argument97 requireNonNull(encodedTimestamp, "encodedTimestamp cannot be null"); in fromTlvValue()99 encodedTimestamp.length == LENGTH_TIMESTAMP, in fromTlvValue()102 encodedTimestamp.length, in fromTlvValue()104 long longTimestamp = ByteBuffer.wrap(encodedTimestamp).getLong(); in fromTlvValue()