Class Index | File Index

Classes


Namespace KJUR.asn1.x509


Defined in: asn1x509-1.0.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
kjur's ASN.1 class for X.509 certificate library name space

FEATURES

  • easily issue any kind of certificate
  • APIs are very similar to BouncyCastle library ASN.1 classes.
Method Summary
Method Attributes Method Name and Description
<static>  
KJUR.asn1.x509.getEncodedHex()
<static>  
KJUR.asn1.x509.getExtnValueHex()
<static>  
KJUR.asn1.x509.getPEM()
<static>  
KJUR.asn1.x509.setByParam(params)
<static>  
KJUR.asn1.x509.setByString(dnStr, sRule)
<static>  
KJUR.asn1.x509.setKIDByParam(param)
<static>  
KJUR.asn1.x509.setNameArray(paramsArray)
<static>  
KJUR.asn1.x509.setTimeParams(timeParams)
<static>  
KJUR.asn1.x509.sign()
<static>  
KJUR.asn1.x509.tohex()
Namespace Detail
KJUR.asn1.x509
kjur's ASN.1 class for X.509 certificate library name space

FEATURES

  • easily issue any kind of certificate
  • APIs are very similar to BouncyCastle library ASN.1 classes. So easy to learn.

PROVIDED CLASSES

SUPPORTED EXTENSIONS

NOTE1: Please ignore method summary and document of this namespace. This caused by a bug of jsdoc2.
NOTE2: SubjectAltName and IssuerAltName supported since jsrsasign 6.2.3 asn1x509 1.0.19.
NOTE3: CeritifcatePolicies supported supported since jsrsasign 8.0.23 asn1x509 1.1.12
Method Detail
<static> KJUR.asn1.x509.getEncodedHex()

<static> KJUR.asn1.x509.getExtnValueHex()

<static> KJUR.asn1.x509.getPEM()

<static> KJUR.asn1.x509.setByParam(params)
Parameters:
params

<static> KJUR.asn1.x509.setByString(dnStr, sRule)
Parameters:
dnStr
sRule

<static> KJUR.asn1.x509.setKIDByParam(param)
Parameters:
param

<static> KJUR.asn1.x509.setNameArray(paramsArray)
Parameters:
paramsArray

<static> KJUR.asn1.x509.setTimeParams(timeParams)
Parameters:
timeParams

<static> KJUR.asn1.x509.sign()

<static> KJUR.asn1.x509.tohex()

© 2012-2023 Kenji Urushima, All rights reserved
Documentation generated by JsDoc Toolkit 2.4.0