#include "third_party/blink/renderer/bindings/modules/v8/v8_json_web_key.h"
#include "third_party/blink/renderer/bindings/core/v8/generated_code_helper.h"
#include "third_party/blink/renderer/bindings/core/v8/native_value_traits_impl.h"
#include "third_party/blink/renderer/bindings/core/v8/to_v8_traits.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_rsa_other_primes_info.h"
#include "third_party/blink/renderer/platform/bindings/exception_messages.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"
#include "third_party/blink/renderer/platform/bindings/v8_per_isolate_data.h"
namespace blink {
namespace {
const std::string_view kOwnPropertyNames[] = …;
}
JsonWebKey* JsonWebKey::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
JsonWebKey::JsonWebKey() { … }
JsonWebKey::JsonWebKey(v8::Isolate* isolate) { … }
String JsonWebKey::getAlgOr(const String& fallback_value) const { … }
String JsonWebKey::getAlgOr(String&& fallback_value) const { … }
void JsonWebKey::setAlg(const String& value) { … }
void JsonWebKey::setAlg(String&& value) { … }
String JsonWebKey::getCrvOr(const String& fallback_value) const { … }
String JsonWebKey::getCrvOr(String&& fallback_value) const { … }
void JsonWebKey::setCrv(const String& value) { … }
void JsonWebKey::setCrv(String&& value) { … }
String JsonWebKey::getDOr(const String& fallback_value) const { … }
String JsonWebKey::getDOr(String&& fallback_value) const { … }
void JsonWebKey::setD(const String& value) { … }
void JsonWebKey::setD(String&& value) { … }
String JsonWebKey::getDpOr(const String& fallback_value) const { … }
String JsonWebKey::getDpOr(String&& fallback_value) const { … }
void JsonWebKey::setDp(const String& value) { … }
void JsonWebKey::setDp(String&& value) { … }
String JsonWebKey::getDqOr(const String& fallback_value) const { … }
String JsonWebKey::getDqOr(String&& fallback_value) const { … }
void JsonWebKey::setDq(const String& value) { … }
void JsonWebKey::setDq(String&& value) { … }
String JsonWebKey::getEOr(const String& fallback_value) const { … }
String JsonWebKey::getEOr(String&& fallback_value) const { … }
void JsonWebKey::setE(const String& value) { … }
void JsonWebKey::setE(String&& value) { … }
String JsonWebKey::getKOr(const String& fallback_value) const { … }
String JsonWebKey::getKOr(String&& fallback_value) const { … }
void JsonWebKey::setK(const String& value) { … }
void JsonWebKey::setK(String&& value) { … }
Vector<String> JsonWebKey::getKeyOpsOr(const Vector<String>& fallback_value) const { … }
Vector<String> JsonWebKey::getKeyOpsOr(Vector<String>&& fallback_value) const { … }
void JsonWebKey::setKeyOps(const Vector<String>& value) { … }
void JsonWebKey::setKeyOps(Vector<String>&& value) { … }
String JsonWebKey::getKtyOr(const String& fallback_value) const { … }
String JsonWebKey::getKtyOr(String&& fallback_value) const { … }
void JsonWebKey::setKty(const String& value) { … }
void JsonWebKey::setKty(String&& value) { … }
String JsonWebKey::getNOr(const String& fallback_value) const { … }
String JsonWebKey::getNOr(String&& fallback_value) const { … }
void JsonWebKey::setN(const String& value) { … }
void JsonWebKey::setN(String&& value) { … }
HeapVector<Member<RsaOtherPrimesInfo>> JsonWebKey::getOthOr(const HeapVector<Member<RsaOtherPrimesInfo>>& fallback_value) const { … }
HeapVector<Member<RsaOtherPrimesInfo>> JsonWebKey::getOthOr(HeapVector<Member<RsaOtherPrimesInfo>>&& fallback_value) const { … }
void JsonWebKey::setOth(const HeapVector<Member<RsaOtherPrimesInfo>>& value) { … }
void JsonWebKey::setOth(HeapVector<Member<RsaOtherPrimesInfo>>&& value) { … }
String JsonWebKey::getPOr(const String& fallback_value) const { … }
String JsonWebKey::getPOr(String&& fallback_value) const { … }
void JsonWebKey::setP(const String& value) { … }
void JsonWebKey::setP(String&& value) { … }
String JsonWebKey::getQOr(const String& fallback_value) const { … }
String JsonWebKey::getQOr(String&& fallback_value) const { … }
void JsonWebKey::setQ(const String& value) { … }
void JsonWebKey::setQ(String&& value) { … }
String JsonWebKey::getQiOr(const String& fallback_value) const { … }
String JsonWebKey::getQiOr(String&& fallback_value) const { … }
void JsonWebKey::setQi(const String& value) { … }
void JsonWebKey::setQi(String&& value) { … }
String JsonWebKey::getUseOr(const String& fallback_value) const { … }
String JsonWebKey::getUseOr(String&& fallback_value) const { … }
void JsonWebKey::setUse(const String& value) { … }
void JsonWebKey::setUse(String&& value) { … }
String JsonWebKey::getXOr(const String& fallback_value) const { … }
String JsonWebKey::getXOr(String&& fallback_value) const { … }
void JsonWebKey::setX(const String& value) { … }
void JsonWebKey::setX(String&& value) { … }
String JsonWebKey::getYOr(const String& fallback_value) const { … }
String JsonWebKey::getYOr(String&& fallback_value) const { … }
void JsonWebKey::setY(const String& value) { … }
void JsonWebKey::setY(String&& value) { … }
void JsonWebKey::Trace(Visitor* visitor) const { … }
void JsonWebKey::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const { … }
void JsonWebKey::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const { … }
const void* JsonWebKey::TemplateKey() const { … }
v8::Local<v8::Object> JsonWebKey::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const { … }
void JsonWebKey::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) { … }
const base::span<const v8::Eternal<v8::Name>> JsonWebKey::GetV8OwnMemberNames(v8::Isolate* isolate) { … }
}