Interface PK.SigningAndEncryptionPublicKeysOrBuilder

    • Method Detail

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