Class Index | File Index

Classes


Class KJUR.asn1.tsp.MessageImprint


Extends KJUR.asn1.ASN1Object.
class for TSP MessageImprint ASN.1 object
Defined in: asn1tsp-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
class for TSP MessageImprint ASN.1 object
MessageImprint ::= SEQUENCE  {
     hashAlgorithm                AlgorithmIdentifier,
     hashedMessage                OCTET STRING  }
Fields borrowed from class KJUR.asn1.ASN1Object:
hL, hT, hTLV, hV, isModified
Class Detail
KJUR.asn1.tsp.MessageImprint(params)
class for TSP MessageImprint ASN.1 object
MessageImprint ::= SEQUENCE  {
     hashAlgorithm                AlgorithmIdentifier,
     hashedMessage                OCTET STRING  }
o = new KJUR.asn1.tsp.MessageImprint({hashAlg: 'sha1',
                                      hashValue: '1f3dea...'});
Parameters:
{Array} params
associative array of parameters
Since:
jsrsasign 4.6.0 asn1tsp 1.0.0

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