Class Index | File Index

Classes


Class X509Signer

Class implementing a signer having a X.509 certificate
Defined in: ca.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
X509Signer(crypto)
Create a signer using a X.509 certificate
Method Summary
Method Attributes Method Name and Description
 
Return the signer's certificate
 
Set the signer certificates
 
setSignerKey(signerKey)
Set the signer key object
Class Detail
X509Signer(crypto)
Create a signer using a X.509 certificate
Parameters:
{Crypto} crypto
the crypto provider
Method Detail
{X509} getSignerCertificate()
Return the signer's certificate
Returns:
the signer's certificate

setSignerCertificate(signerCert)
Set the signer certificates
Parameters:
signerCert

setSignerKey(signerKey)
Set the signer key object
Parameters:
{Key} signerKey
the signer key

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 30 2014 21:40:15 GMT+0200 (CEST)