Censys · JSON Structure

Asset Graph Ecdsapublickey Structure

EcdsaPublicKey schema from Asset Graph API

Type: object Properties: 10
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

EcdsaPublicKey is a JSON Structure definition published by Censys, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

b curve gx gy length n p pub x y

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-ecdsapublickey-structure.json",
  "name": "EcdsaPublicKey",
  "description": "EcdsaPublicKey schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "b": {
      "type": "string"
    },
    "curve": {
      "type": "string"
    },
    "gx": {
      "type": "string"
    },
    "gy": {
      "type": "string"
    },
    "length": {
      "type": "int64"
    },
    "n": {
      "type": "string"
    },
    "p": {
      "type": "string"
    },
    "pub": {
      "type": "string"
    },
    "x": {
      "type": "string"
    },
    "y": {
      "type": "string"
    }
  }
}