Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120837134
EnigmaKey.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
794 B
Referenced Files
None
Subscribers
None
EnigmaKey.php
View Options
<?php
class
Enigma_EnigmaKey
extends
PHPUnit\Framework\TestCase
{
static
function
setUpBeforeClass
():
void
{
include_once
__DIR__
.
'/../lib/enigma_key.php'
;
}
/**
* Test "empty" key
*/
function
test_empty_key
()
{
$key
=
new
enigma_key
();
$this
->
assertInstanceOf
(
'enigma_key'
,
$key
);
$this
->
assertSame
(
enigma_key
::
TYPE_UNKNOWN
,
$key
->
get_type
());
$this
->
assertSame
(
false
,
$key
->
is_revoked
());
$this
->
assertSame
(
false
,
$key
->
is_valid
());
$this
->
assertSame
(
false
,
$key
->
is_private
());
$this
->
assertSame
(
null
,
$key
->
find_subkey
(
'test@domain.com'
,
enigma_key
::
CAN_SIGN
));
$this
->
assertSame
(
'89E037A5'
,
$key
::
format_id
(
'04622F2089E037A5'
));
// TODO: format_fingerprint();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 1:40 PM (1 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18774522
Default Alt Text
EnigmaKey.php (794 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline