JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.drasyl.node.identity.serialization
Interface KeyPairMixin
public interface
KeyPairMixin
Provides hints for correct
KeyPair
JSON (de)serialization.
Method Summary
Static Methods
Modifier and Type
Method
Description
static <P extends
PublicKey
,
S extends
SecretKey
>
KeyPair
<P,
S>
of
(P publicKey, S secretKey)
Method Details
of
static
<P extends
PublicKey
,
S extends
SecretKey
>
KeyPair
<P,
S>
of
(P publicKey, S secretKey)