feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
24
api.hyungi.net/node_modules/@peculiar/asn1-android/build/es2015/attestation.js
generated
vendored
Normal file
24
api.hyungi.net/node_modules/@peculiar/asn1-android/build/es2015/attestation.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import { __decorate } from "tslib";
|
||||
import { AsnProp, AsnPropTypes } from "@peculiar/asn1-schema";
|
||||
export class AttestationPackageInfo {
|
||||
constructor(params = {}) {
|
||||
Object.assign(this, params);
|
||||
}
|
||||
}
|
||||
__decorate([
|
||||
AsnProp({ type: AsnPropTypes.OctetString })
|
||||
], AttestationPackageInfo.prototype, "packageName", void 0);
|
||||
__decorate([
|
||||
AsnProp({ type: AsnPropTypes.Integer })
|
||||
], AttestationPackageInfo.prototype, "version", void 0);
|
||||
export class AttestationApplicationId {
|
||||
constructor(params = {}) {
|
||||
Object.assign(this, params);
|
||||
}
|
||||
}
|
||||
__decorate([
|
||||
AsnProp({ type: AttestationPackageInfo, repeated: "set" })
|
||||
], AttestationApplicationId.prototype, "packageInfos", void 0);
|
||||
__decorate([
|
||||
AsnProp({ type: AsnPropTypes.OctetString, repeated: "set" })
|
||||
], AttestationApplicationId.prototype, "signatureDigests", void 0);
|
||||
Reference in New Issue
Block a user