다음을 통해 공유


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 timestamp is null 또는 if signerCertPath is .null

설명

타임스탬프를 생성합니다.

에 대한 java.security.Timestamp.Timestamp(java.util.Date, java.security.cert.CertPath)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상