Interface SecretsProto.KeyPairOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.KeyPair,SecretsProto.KeyPair.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.KeyPairOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes privateKey = 2;com.google.protobuf.ByteStringbytes publicKey = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPublicKey
com.google.protobuf.ByteString getPublicKey()bytes publicKey = 1;- Returns:
- The publicKey.
-
getPrivateKey
com.google.protobuf.ByteString getPrivateKey()bytes privateKey = 2;- Returns:
- The privateKey.
-