We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa22da1 commit 2434a5fCopy full SHA for 2434a5f
2 files changed
Security/cssmtype.ts
@@ -0,0 +1,6 @@
1
+import type { SecAsn1Oid } from './SecAsn1Types.ts';
2
+
3
+/**
4
+ * CSSM OID.
5
+ */
6
+export type CSSM_OID = SecAsn1Oid;
Security/mod.ts
@@ -2,6 +2,7 @@ export * from './blob.ts';
export * from './cfutilities.ts';
export * from './CSCommon.ts';
export * from './CSCommonPriv.ts';
+export * from './cssmtype.ts';
export * from './endian.ts';
7
export * from './errors.ts';
8
export * from './hashing.ts';
0 commit comments