public static interface Cppki.ChainsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getDate()
Point in time that must be covered by the AS certificate's validity
period.
|
com.google.protobuf.TimestampOrBuilder |
getDateOrBuilder()
Point in time that must be covered by the AS certificate's validity
period.
|
long |
getIsdAs()
ISD-AS of Subject in the AS certificate.
|
com.google.protobuf.ByteString |
getSubjectKeyId()
SubjectKeyID in the AS certificate.
|
boolean |
hasDate()
Point in time that must be covered by the AS certificate's validity
period.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getIsdAs()
ISD-AS of Subject in the AS certificate.
uint64 isd_as = 1;com.google.protobuf.ByteString getSubjectKeyId()
SubjectKeyID in the AS certificate.
bytes subject_key_id = 2;boolean hasDate()
Point in time that must be covered by the AS certificate's validity period. In seconds since UNIX epoch.
.google.protobuf.Timestamp date = 3;com.google.protobuf.Timestamp getDate()
Point in time that must be covered by the AS certificate's validity period. In seconds since UNIX epoch.
.google.protobuf.Timestamp date = 3;com.google.protobuf.TimestampOrBuilder getDateOrBuilder()
Point in time that must be covered by the AS certificate's validity period. In seconds since UNIX epoch.
.google.protobuf.Timestamp date = 3;Copyright © 2024. All rights reserved.