Verify
    • PDF

    Verify

    • PDF

    기사 요약

    POST /kms/v1/keys/{keyTag}/verify

    최대 8KB 데이터와 서명값을 비교하여 검증된 결과를 반환합니다. RSA2048 또는 ECDSA 키 타입으로만 요청 가능합니다.

    요청

    요청 파라미터

    Parameter NameTypeAdditional Information
    x-ncp-apigw-timestampHeader(Required)
    x-ncp-apigw-signature-v2Header(Required)
    x-ncp-iam-access-keyHeader(Required)
    keyTagpath(Required)
    dataBody: StringBase64 Encoded text(Up to 8KB).
    signatureBody: StringBase64 Encoded text.

    요청 바디

    {
      "data": "string",
      "signature": "string"
    }
    

    응답

    응답 코드: 200

    응답 바디

    {
      "code": "string",
      "data": {
        "valid": true
      }
    }
    

    이 문서가 도움이 되었습니까?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.