Class SecurityEnvironment
Object
|
+--SecurityEnvironment
- class
SecurityEnvironment
Class implementing a security environment for cryptographic operations.
Defined in eac20sim.js
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
|
t
Object t
SecurityEnvironment
SecurityEnvironment()
Creates a security environment container that collect cryptographic reference templates (CRT)
add
void add(<ASN1> tlv)
Adds a CRT identified by it's tag
addElements
void addElements(<String> tname, <ASN1> tlv)
Adds CRT elements to a named template.
Parameters:
tname
- the CRT name one of AT, KAT, HT, CCT, DST or CT
tlv
- the tlv object containing the CRT elements
toString
Object toString()
Return textual representation of security environment container
decorateCRT
<static> void decorateCRT(asn1)
Decorates a tlv object from the CRT
Documentation generated by
JSDoc on Tue Sep 3 22:29:38 2013