Package io.provenance.scope.proto
Interface PK.PublicKeyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PK.PublicKey,PK.PublicKey.Builder
- Enclosing class:
- PK
public static interface PK.PublicKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCompressed()bool compressed = 4;PK.KeyCurvegetCurve().io.provenance.scope.KeyCurve curve = 3;intgetCurveValue().io.provenance.scope.KeyCurve curve = 3;com.google.protobuf.ByteStringgetPublicKeyBytes()bytes public_key_bytes = 1;PK.KeyTypegetType().io.provenance.scope.KeyType type = 2;intgetTypeValue().io.provenance.scope.KeyType type = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPublicKeyBytes
com.google.protobuf.ByteString getPublicKeyBytes()
bytes public_key_bytes = 1;- Returns:
- The publicKeyBytes.
-
getTypeValue
int getTypeValue()
.io.provenance.scope.KeyType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
PK.KeyType getType()
.io.provenance.scope.KeyType type = 2;- Returns:
- The type.
-
getCurveValue
int getCurveValue()
.io.provenance.scope.KeyCurve curve = 3;- Returns:
- The enum numeric value on the wire for curve.
-
getCurve
PK.KeyCurve getCurve()
.io.provenance.scope.KeyCurve curve = 3;- Returns:
- The curve.
-
getCompressed
boolean getCompressed()
bool compressed = 4;- Returns:
- The compressed.
-
-