Embedded
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
Smart card functionality integrated directly into devices, including eSIM, iSIM, and secure elements soldered onto circuit boards rather than issued as standalone cards.
GSMA SGP.22, GlobalPlatform
|
SPI, I2C, SWP, ISO 7816-3 subset
|
On-board (internal)
Card Types
eSIM (eUICC)
Embedded SIM with remote provisioning capability, enabling multiple carrier profiles on a soldered chip.
Interface
Contact
EAL Level
EAL4+
iSIM (Integrated SIM)
SIM functionality integrated directly into the system-on-chip, eliminating discrete SIM hardware for IoT and mobile.
Interface
Contact
EAL Level
Not Evaluated