@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
43 lines • 2.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tCGCredentialSpecification = void 0;
const AttributeUsage_ta_1 = require("@wildboar/x500/src/lib/modules/InformationFramework/AttributeUsage.ta");
const TCGSpecificationVersion_ta_1 = require("../PlatformCertificateProfile/TCGSpecificationVersion.ta");
const tcg_at_tcgCredentialSpecification_va_1 = require("../PlatformCertificateProfile/tcg-at-tcgCredentialSpecification.va");
/* START_OF_SYMBOL_DEFINITION tCGCredentialSpecification */
/**
* @summary tCGCredentialSpecification
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* tCGCredentialSpecification ATTRIBUTE ::= {
* WITH SYNTAX TCGSpecificationVersion
* ID tcg-at-tcgCredentialSpecification }
* ```
*
* @constant
* @type {ATTRIBUTE<TCGSpecificationVersion>}
* @implements {ATTRIBUTE<TCGSpecificationVersion>}
*/
exports.tCGCredentialSpecification = {
class: "ATTRIBUTE",
decoderFor: {
"&Type": TCGSpecificationVersion_ta_1._decode_TCGSpecificationVersion,
},
encoderFor: {
"&Type": TCGSpecificationVersion_ta_1._encode_TCGSpecificationVersion,
},
"&id": tcg_at_tcgCredentialSpecification_va_1.tcg_at_tcgCredentialSpecification /* OBJECT_FIELD_SETTING */ /* UNIQUE_OBJECT_FIELD_SETTING */,
"&Type": 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */,
"&single-valued": false /* OBJECT_FIELD_SETTING DEFAULT_OBJECT_FIELD_SETTING */,
"&collective": false /* OBJECT_FIELD_SETTING DEFAULT_OBJECT_FIELD_SETTING */,
"&dummy": false /* OBJECT_FIELD_SETTING DEFAULT_OBJECT_FIELD_SETTING */,
"&no-user-modification": false /* OBJECT_FIELD_SETTING DEFAULT_OBJECT_FIELD_SETTING */,
"&usage": AttributeUsage_ta_1.userApplications /* OBJECT_FIELD_SETTING DEFAULT_OBJECT_FIELD_SETTING */,
"&obsolete": false /* OBJECT_FIELD_SETTING DEFAULT_OBJECT_FIELD_SETTING */,
};
/* END_OF_SYMBOL_DEFINITION tCGCredentialSpecification */
/* eslint-enable */
//# sourceMappingURL=tCGCredentialSpecification.oa.js.map