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-ocapi-tokenHeader(Required)Access Token
    keyTagPath(Required)
    requestPlainKeyBody: Boolean
    bitsBody: Integer128, 256, 512 (Default = 256)
    contextBody: StringBase64 Encoded text(Up to 50B). 수렴 암호화 적용 키로만 사용 가능

    요청 바디

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

    응답

    응답 코드: 200

    응답 바디

    {
      "code": "string",
      "data": {
        "ciphertext": "string",
        "key_version": 0,
        "plaintext": "string"
      }
    }
    

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

    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.