Censys · JSON Structure

Platform Ecdsacryptographickey Structure

ECDSACryptographicKey schema from Censys Platform API

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

ECDSACryptographicKey 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/platform-ecdsacryptographickey-structure.json",
  "name": "ECDSACryptographicKey",
  "description": "ECDSACryptographicKey schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "b": {
      "type": "string"
    },
    "curve": {
      "type": "string"
    },
    "gx": {
      "type": "string"
    },
    "gy": {
      "type": "string"
    },
    "length": {
      "type": "int32",
      "minimum": 0
    },
    "n": {
      "type": "string"
    },
    "p": {
      "type": "string"
    },
    "pub": {
      "type": "string"
    },
    "x": {
      "type": "string"
    },
    "y": {
      "type": "string"
    }
  }
}