public static interface Cppki.VerificationKeyIDOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getIsdAs()
ISD-AS of the subject.
|
com.google.protobuf.ByteString |
getSubjectKeyId()
SubjectKeyID referenced in the certificate.
|
long |
getTrcBase()
Base number of the latest TRC available to the signer at the time of
signature creation.
|
long |
getTrcSerial()
Serial number of the latest TRC available to the signer at the time of
signature creation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getIsdAs()
ISD-AS of the subject.
uint64 isd_as = 1;com.google.protobuf.ByteString getSubjectKeyId()
SubjectKeyID referenced in the certificate.
bytes subject_key_id = 2;long getTrcBase()
Base number of the latest TRC available to the signer at the time of signature creation.
uint64 trc_base = 3;long getTrcSerial()
Serial number of the latest TRC available to the signer at the time of signature creation.
uint64 trc_serial = 4;Copyright © 2024. All rights reserved.