Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F945868
_base.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
508 B
Subscribers
None
_base.js
View Options
if
(
!
dojo
.
_hasResource
[
"dojox.crypto._base"
]){
//_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo
.
_hasResource
[
"dojox.crypto._base"
]
=
true
;
dojo
.
provide
(
"dojox.crypto._base"
);
(
function
(){
var
dxc
=
dojox
.
crypto
;
dxc
.
cipherModes
=
{
// summary
// Enumeration for various cipher modes.
ECB
:
0
,
CBC
:
1
,
PCBC
:
2
,
CFB
:
3
,
OFB
:
4
,
CTR
:
5
};
dxc
.
outputTypes
=
{
// summary
// Enumeration for input and output encodings.
Base64
:
0
,
Hex
:
1
,
String
:
2
,
Raw
:
3
};
})();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 04:10 (4 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24216
Default Alt Text
_base.js (508 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment