Interface PK.SigningAndEncryptionPublicKeysOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PK.SigningAndEncryptionPublicKeys, PK.SigningAndEncryptionPublicKeys.Builder
Enclosing class:
PK

public static interface PK.SigningAndEncryptionPublicKeysOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .io.provenance.scope.PublicKey encryption_public_key = 2;
    .io.provenance.scope.PublicKey encryption_public_key = 2;
    .io.provenance.scope.PublicKey signing_public_key = 1;
    .io.provenance.scope.PublicKey signing_public_key = 1;
    boolean
    .io.provenance.scope.PublicKey encryption_public_key = 2;
    boolean
    .io.provenance.scope.PublicKey signing_public_key = 1;

    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

    • hasSigningPublicKey

      boolean hasSigningPublicKey()
      .io.provenance.scope.PublicKey signing_public_key = 1;
      Returns:
      Whether the signingPublicKey field is set.
    • getSigningPublicKey

      PK.PublicKey getSigningPublicKey()
      .io.provenance.scope.PublicKey signing_public_key = 1;
      Returns:
      The signingPublicKey.
    • getSigningPublicKeyOrBuilder

      PK.PublicKeyOrBuilder getSigningPublicKeyOrBuilder()
      .io.provenance.scope.PublicKey signing_public_key = 1;
    • hasEncryptionPublicKey

      boolean hasEncryptionPublicKey()
      .io.provenance.scope.PublicKey encryption_public_key = 2;
      Returns:
      Whether the encryptionPublicKey field is set.
    • getEncryptionPublicKey

      PK.PublicKey getEncryptionPublicKey()
      .io.provenance.scope.PublicKey encryption_public_key = 2;
      Returns:
      The encryptionPublicKey.
    • getEncryptionPublicKeyOrBuilder

      PK.PublicKeyOrBuilder getEncryptionPublicKeyOrBuilder()
      .io.provenance.scope.PublicKey encryption_public_key = 2;