Class Index | File Index

Classes


Class X509


Version 1.0.1 (08 May 2012).
X.509 certificate class
Defined in: x509-1.1.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
X509()
X.509 certificate class.
Field Summary
Field Attributes Field Name and Description
 
hex
hexacedimal string for X.509 certificate.
 
Tom Wu's RSAKey object
 
hexadecimal string for public exponent of RSA public key
 
hexadecimal string for modulus of RSA public key
Method Summary
Method Attributes Method Name and Description
 
get hexadecimal string of issuer field of certificate.
 
get string of issuer field of certificate.
 
get notAfter field string of certificate.
 
get notBefore field string of certificate.
 
get hexadecimal string of serialNumber field of certificate.
 
get hexadecimal string of subject field of certificate.
 
get string of subject field of certificate.
 
readCertPEM(sCertPEM)
read PEM formatted X.509 certificate from string.
Class Detail
X509()
X.509 certificate class.

Author: Kenji Urushima.
See:
'jwrsasign'(RSA Sign JavaScript Library) home page http://kjur.github.com/jsrsasign/
Field Detail
{String} hex
hexacedimal string for X.509 certificate.

{RSAKey} subjectPublicKeyRSA
Tom Wu's RSAKey object

{String} subjectPublicKeyRSA_hE
hexadecimal string for public exponent of RSA public key

{String} subjectPublicKeyRSA_hN
hexadecimal string for modulus of RSA public key
Method Detail
getIssuerHex()
get hexadecimal string of issuer field of certificate.

getIssuerString()
get string of issuer field of certificate.

getNotAfter()
get notAfter field string of certificate.

getNotBefore()
get notBefore field string of certificate.

getSerialNumberHex()
get hexadecimal string of serialNumber field of certificate.

getSubjectHex()
get hexadecimal string of subject field of certificate.

getSubjectString()
get string of subject field of certificate.

readCertPEM(sCertPEM)
read PEM formatted X.509 certificate from string.
Parameters:
{String} sCertPEM
string for PEM formatted X.509 certificate

© 2012 Kenji Urushima, All rights reserved
Documentation generated by JsDoc Toolkit 2.4.0 on Fri May 11 2012 21:04:07 GMT+0900 (JST)