Create Custom Key
    • PDF

    Create Custom Key

    • PDF

    기사 요약

    POST /kms/v1/keys/{keyTag}/create-custom-key

    암호키로 활용할 수 있는 임의의 원시 키(Raw key)를 생성합니다. AES256 또는 RSA2048 키 타입으로만 요청 가능합니다.

    요청

    요청 파라미터

    Parameter NameTypeAdditional Information
    x-ncp-apigw-timestampHeader(Required)
    x-ncp-apigw-signature-v2Header(Required)
    x-ncp-iam-access-keyHeader(Required)
    keyTagPath(Required)
    requestPlainKeyBody: Boolean
    bitsBody: Integer128, 256, 512 (Default = 256)
    contextBody: StringBase64 Encoded text(Up to 50B). 수렴 암호화 적용 키로만 사용 가능

    요청 바디

    {
      "requestPlainKey": true,
      "bits": 0,
      "context": "string"
    }
    

    응답

    응답 바디

    {
      "type": "object",
      "properties": {
        "code": {
          "type": "string",
          "exampleSetFlag": false
        },
        "data": {
          "type": "object",
          "properties": {
            "ciphertext": {
              "type": "string",
              "exampleSetFlag": false
            },
            "plaintext": {
              "type": "string",
              "exampleSetFlag": false
            }
          },
          "exampleSetFlag": false
        }
      },
      "exampleSetFlag": false
    }
    

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

    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.