public interface SSHKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAwsFingerprint()
string aws_fingerprint = 3; |
com.google.protobuf.ByteString |
getAwsFingerprintBytes()
string aws_fingerprint = 3; |
java.lang.String |
getOpensshFingerprint()
string openssh_fingerprint = 4; |
com.google.protobuf.ByteString |
getOpensshFingerprintBytes()
string openssh_fingerprint = 4; |
com.google.protobuf.ByteString |
getPrivateKey()
bytes private_key = 2; |
com.google.protobuf.ByteString |
getPublicKey()
bytes public_key = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getPublicKey()
bytes public_key = 1;com.google.protobuf.ByteString getPrivateKey()
bytes private_key = 2;java.lang.String getAwsFingerprint()
string aws_fingerprint = 3;com.google.protobuf.ByteString getAwsFingerprintBytes()
string aws_fingerprint = 3;java.lang.String getOpensshFingerprint()
string openssh_fingerprint = 4;com.google.protobuf.ByteString getOpensshFingerprintBytes()
string openssh_fingerprint = 4;