UNPKG
@shockpkg/ria-packager
Version:
latest (5.0.0)
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Package for creating Adobe AIR packages
github.com/shockpkg/ria-packager
shockpkg/ria-packager
@shockpkg/ria-packager
/
lib
/
security
/
key.d.ts
11 lines
(10 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * SecurityKey constructor. */
export declare
abstract
class
SecurityKey
extends
Object
{ constructor();
/** * Reset the internal state. */
abstract
reset
():
void
; }