public interface _SigningKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getExpiresAt()
Epoch time in seconds when the signing key expires
|
java.lang.String |
getKeyId()
The id of the signing key
|
com.google.protobuf.ByteString |
getKeyIdBytes()
The id of the signing key
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getKeyId()
The id of the signing key
string key_id = 1;com.google.protobuf.ByteString getKeyIdBytes()
The id of the signing key
string key_id = 1;long getExpiresAt()
Epoch time in seconds when the signing key expires
uint64 expires_at = 2;