Class Index | File Index

Classes


Class KJUR.asn1.cades.OtherCertID


Extends KJUR.asn1.ASN1Object.
class for OtherCertID ASN.1 object
Defined in: asn1cades-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
class for OtherCertID ASN.1 object
OtherCertID ::= SEQUENCE {
   otherCertHash    OtherHash,
   issuerSerial     IssuerSerial OPTIONAL }
Fields borrowed from class KJUR.asn1.ASN1Object:
hL, hT, hTLV, hV, isModified
Method Summary
Method Attributes Method Name and Description
<static>  
KJUR.asn1.cades.OtherCertID.setByCertPEM(certPEM)
set value by PEM string of certificate This method will set value by a PEM string of a certificate.
Class Detail
KJUR.asn1.cades.OtherCertID(params)
class for OtherCertID ASN.1 object
OtherCertID ::= SEQUENCE {
   otherCertHash    OtherHash,
   issuerSerial     IssuerSerial OPTIONAL }
o = new KJUR.asn1.cades.OtherCertID(certPEM);
o = new KJUR.asn1.cades.OtherCertID({cert:certPEM, hasis: false});
Parameters:
{Array} params
associative array of parameters
Since:
jsrsasign 4.7.0 asn1cades 1.0.0
Method Detail
<static> KJUR.asn1.cades.OtherCertID.setByCertPEM(certPEM)
set value by PEM string of certificate This method will set value by a PEM string of a certificate. This will add IssuerAndSerialNumber by default which depends on hasIssuerSerial flag.
Parameters:
{String} certPEM
PEM string of certificate
Returns:
unspecified

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