Sha256: f24bf5e2f345b55ec2d1d645926cf4d69f7efa3d30cec5fd491fe1c62165f85d

Contents?: true

Size: 1.29 KB

Versions: 12

Compression:

Stored size: 1.29 KB

Contents

[
  {
    "name": "lib",
    "type": "package",
    "children": [
      {
        "name": "Example",
        "type": "class",
        "children": [
          {
            "name": "sign",
            "type": "function",
            "location": "lib/openssl_key_sign.rb:10",
            "static": true,
            "source": "  def Example.sign\n    key = OpenSSL::PKey::RSA.new 2048\n\n    document = 'the document'\n\n    digest = OpenSSL::Digest::SHA256.new\n    key.sign digest, document\n  end\n"
          }
        ]
      }
    ]
  },
  {
    "name": "openssl",
    "type": "package",
    "children": [
      {
        "name": "OpenSSL",
        "type": "class",
        "children": [
          {
            "name": "PKey",
            "type": "class",
            "children": [
              {
                "name": "PKey",
                "type": "class",
                "children": [
                  {
                    "name": "sign",
                    "type": "function",
                    "location": "OpenSSL::PKey::PKey#sign",
                    "static": false,
                    "labels": [
                      "security",
                      "crypto"
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }
]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
appmap-0.43.0 test/expectations/openssl_test_key_sign1.json
appmap-0.42.1 test/expectations/openssl_test_key_sign1.json
appmap-0.42.0 test/expectations/openssl_test_key_sign1.json
appmap-0.41.2 test/expectations/openssl_test_key_sign1.json
appmap-0.41.1 test/expectations/openssl_test_key_sign1.json
appmap-0.41.0 test/expectations/openssl_test_key_sign1.json
appmap-0.40.0 test/expectations/openssl_test_key_sign1.json
appmap-0.39.1 test/expectations/openssl_test_key_sign1.json
appmap-0.39.0 test/expectations/openssl_test_key_sign1.json
appmap-0.38.1 test/expectations/openssl_test_key_sign1.json
appmap-0.37.2 test/expectations/openssl_test_key_sign1.json
appmap-0.37.0 test/expectations/openssl_test_key_sign1.json