Skip to content

PrivateKey

saq.sandwich.proto.api.v1.PrivateKey

Description

An ASN.1 encoded private key.

The ASN1DataSource message is used to specify the source of the private key..

message PrivateKey {
  oneof source {
    // Static source of bytes.
    //
    // See also [ASN1DataSource](ASN1DataSource.md).
    ASN1DataSource static = 1;
  }
}

Fields

oneof source

no description provided

oneof source {
    // Static source of bytes.
    //
    // See also [ASN1DataSource](ASN1DataSource.md).
    ASN1DataSource static = 1;
  }

static

Static source of bytes.

See also ASN1DataSource.

ASN1DataSource static = 1;