public static interface OsLoginProto.SshPublicKeyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getExpirationTimeUsec()
An expiration time in microseconds since epoch.
|
java.lang.String |
getFingerprint()
Output only.
|
ByteString |
getFingerprintBytes()
Output only.
|
java.lang.String |
getKey()
Public key text in SSH format, defined by
<a href="https://www.ietf.org/rfc/rfc4253.txt" target="_blank">RFC4253</a>
section 6.6.
|
ByteString |
getKeyBytes()
Public key text in SSH format, defined by
<a href="https://www.ietf.org/rfc/rfc4253.txt" target="_blank">RFC4253</a>
section 6.6.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getKey()
Public key text in SSH format, defined by <a href="https://www.ietf.org/rfc/rfc4253.txt" target="_blank">RFC4253</a> section 6.6.
string key = 1;
ByteString getKeyBytes()
Public key text in SSH format, defined by <a href="https://www.ietf.org/rfc/rfc4253.txt" target="_blank">RFC4253</a> section 6.6.
string key = 1;
long getExpirationTimeUsec()
An expiration time in microseconds since epoch.
int64 expiration_time_usec = 2;
java.lang.String getFingerprint()
Output only. The SHA-256 fingerprint of the SSH public key.
string fingerprint = 3;
ByteString getFingerprintBytes()
Output only. The SHA-256 fingerprint of the SSH public key.
string fingerprint = 3;