Поделиться через


Timestamp(Date, CertPath) Конструктор

Определение

Создает метку времени.

[Android.Runtime.Register(".ctor", "(Ljava/util/Date;Ljava/security/cert/CertPath;)V", "")]
public Timestamp (Java.Util.Date? timestamp, Java.Security.Cert.CertPath? signerCertPath);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Date;Ljava/security/cert/CertPath;)V", "")>]
new Java.Security.Timestamp : Java.Util.Date * Java.Security.Cert.CertPath -> Java.Security.Timestamp

Параметры

timestamp
Date

— дата и время метки времени. Он не должен иметь значение NULL.

signerCertPath
CertPath

— путь к сертификату TSA. Он не должен иметь значение NULL.

Атрибуты

Исключения

Значение if null или if signerCertPath timestamp is null.

Комментарии

Создает метку времени.

Документация по Java для java.security.Timestamp.Timestamp(java.util.Date, java.security.cert.CertPath).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к