Class SecurityEnvironment

Object
   |
   +--SecurityEnvironment

class SecurityEnvironment


Class implementing a security environment for cryptographic operations.
Defined in eac20sim.js


Field Summary
 Object t
          
 
Constructor Summary
SecurityEnvironment()
            Creates a security environment container that collect cryptographic reference templates (CRT)
 
Method Summary
 void add(<ASN1> tlv)
           Adds a CRT identified by it's tag
 void addElements(<String> tname, <ASN1> tlv)
           Adds CRT elements to a named template.
 Object toString()
           Return textual representation of security environment container
<static> void decorateCRT(asn1)
           Decorates a tlv object from the CRT

Field Detail

t

Object t

Constructor Detail

SecurityEnvironment

SecurityEnvironment()

Method Detail

add

void add(<ASN1> tlv)

addElements

void addElements(<String> tname, <ASN1> tlv)

toString

Object toString()

decorateCRT

<static> void decorateCRT(asn1)


Documentation generated by JSDoc on Tue Sep 3 22:29:38 2013