Preparing search index...
The search index is not available
Bloom
Bloom
SSI SDK
secp256k1
key
verificationKey
EcdsaSecp256k1VerificationKey2019
Class EcdsaSecp256k1VerificationKey2019
Hierarchy
LDKeyPair
EcdsaSecp256k1VerificationKey2019
Index
Constructors
constructor
Properties
controller
id
private
Key
Base58?
public
Key
Base58?
revoked?
type
SUITE_
CONTEXT
suite
Methods
export
signer
verifier
from
generate
Constructors
constructor
new
Ecdsa
Secp256k1
Verification
Key2019
(
__namedParameters
)
:
EcdsaSecp256k1VerificationKey2019
Parameters
__namedParameters
:
EcdsaSecp256k1VerificationKey2019Options
Returns
EcdsaSecp256k1VerificationKey2019
Properties
controller
controller
:
string
id
id
:
string
Optional
private
Key
Base58
private
Key
Base58
?:
string
Optional
public
Key
Base58
public
Key
Base58
?:
string
Optional
revoked
revoked
?:
boolean
type
type
:
string
Static
SUITE_
CONTEXT
SUITE_
CONTEXT
:
string
Static
suite
suite
:
string
Methods
export
export
(
__namedParameters
?
)
:
ExportedKey
Parameters
__namedParameters
:
{
includeContext
?:
boolean
;
privateKey
?:
boolean
;
publicKey
?:
boolean
;
}
= {}
Optional
include
Context
?:
boolean
Optional
private
Key
?:
boolean
Optional
public
Key
?:
boolean
Returns
ExportedKey
signer
signer
(
)
:
{
id
:
string
;
sign
(
__namedParameters
)
:
Promise
<
string
>
;
}
Returns
{
id
:
string
;
sign
(
__namedParameters
)
:
Promise
<
string
>
;
}
id
:
string
sign
:
function
sign
(
__namedParameters
)
:
Promise
<
string
>
Parameters
__namedParameters
:
{
data
:
Uint8Array
;
}
data
:
Uint8Array
Returns
Promise
<
string
>
verifier
verifier
(
)
:
{
id
:
string
;
verify
(
__namedParameters
)
:
Promise
<
boolean
>
;
}
Returns
{
id
:
string
;
verify
(
__namedParameters
)
:
Promise
<
boolean
>
;
}
id
:
string
verify
:
function
verify
(
__namedParameters
)
:
Promise
<
boolean
>
Parameters
__namedParameters
:
{
data
:
Uint8Array
;
signature
:
string
;
}
data
:
Uint8Array
signature
:
string
Returns
Promise
<
boolean
>
Static
from
from
(
options
)
:
EcdsaSecp256k1VerificationKey2019
Parameters
options
:
EcdsaSecp256k1VerificationKey2019Options
|
EcdsaSecp256k1VerificationKey2019HexKeyOptions
Returns
EcdsaSecp256k1VerificationKey2019
Static
generate
generate
(
__namedParameters
)
:
Promise
<
EcdsaSecp256k1VerificationKey2019
>
Parameters
__namedParameters
:
Omit
<
EcdsaSecp256k1VerificationKey2019Options
,
"publicKeyBase58"
|
"privateKeyBase58"
>
&
{
compressed
?:
boolean
;
seed
?:
Uint8Array
;
}
Returns
Promise
<
EcdsaSecp256k1VerificationKey2019
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
controller
id
private
Key
Base58
public
Key
Base58
revoked
type
SUITE_
CONTEXT
suite
export
signer
verifier
from
generate
Bloom
Loading...