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

    Modifier and Type
    Method
    Description
    boolean
    bool compressed = 4;
    .io.provenance.scope.KeyCurve curve = 3;
    int
    .io.provenance.scope.KeyCurve curve = 3;
    com.google.protobuf.ByteString
    bytes public_key_bytes = 1;
    .io.provenance.scope.KeyType type = 2;
    int
    .io.provenance.scope.KeyType type = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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.