Built-In Namespace _global_
Method Attributes | Method Name and Description |
---|---|
CryptoProvider(sc, slot, slot)
Crypto Provider for accessing a SmartCard-HSM
|
|
EACCryptoProvider(sc, id)
Crypto Provider for EAC-PKI
|
|
PKCS1()
Empty constructor
|
|
PKCS10(req)
Class supporting PKCS#10 certificate signing requests
|
|
PKCS8()
Empty constructor
|
|
Common functions and constants
|
Method Detail
CryptoProvider(sc, slot, slot)
Crypto Provider for accessing a SmartCard-HSM
Defined in: CryptoProvider.js.
Defined in: CryptoProvider.js.
- Parameters:
- {SmartCardHSM} sc
- the associated SmartCard-HSM
- {Number} slot
- the key domain slot. If undefined or -1 no key domain will be set
- slot
EACCryptoProvider(sc, id)
Crypto Provider for EAC-PKI
Defined in: EACCryptoProvider.js.
Defined in: EACCryptoProvider.js.
- Parameters:
- {SmartCardHSM} sc
- the associated SmartCard-HSM
- id
PKCS1()
Empty constructor
Defined in: PKCS1.js.
Defined in: PKCS1.js.
PKCS10(req)
Class supporting PKCS#10 certificate signing requests
Defined in: PKCS10.js.
Defined in: PKCS10.js.
- Parameters:
- {ASN1} req
- the certificate request
PKCS8()
Empty constructor
Defined in: PKCS8.js.
Defined in: PKCS8.js.
PKIXCommon()
Common functions and constants
Defined in: PKIXCommon.js.
Defined in: PKIXCommon.js.