UNPKG
pkcs-ts
Version:
latest (5.0.1)
5.0.1
5.0.0
4.0.0
3.0.0
2.0.0
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1
1.0.0-beta
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
pkcs-ts
/
dist
/
node
/
modules
/
PKCS-9
/
userPKCS12.oa.d.ts
4 lines
•
231 B
TypeScript
View Raw
1
2
3
4
import
type
{
ATTRIBUTE
}
from
"x500-ts/dist/node/modules/InformationFramework/ATTRIBUTE.oca"
;
import
{
PFX
}
from
"../PKCS-12/PFX.ta"
;
export
declare
const
userPKCS12
:
ATTRIBUTE
<
PFX
>;
//# sourceMappingURL=userPKCS12.oa.d.ts.map