@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface CryptoKeyPair
| Modifier and Type | Method and Description |
|---|---|
static CryptoKeyPair |
create() |
CryptoKey |
privateKey() |
default CryptoKeyPair |
privateKey(CryptoKey privateKey) |
CryptoKey |
publicKey() |
default CryptoKeyPair |
publicKey(CryptoKey publicKey) |
void |
setPrivateKey(CryptoKey privateKey) |
void |
setPublicKey(CryptoKey publicKey) |
@JsOverlay @Nonnull static CryptoKeyPair create()
@JsProperty(name="privateKey") CryptoKey privateKey()
@JsProperty
void setPrivateKey(@Nonnull
CryptoKey privateKey)
@JsOverlay @Nonnull default CryptoKeyPair privateKey(@Nonnull CryptoKey privateKey)
@JsProperty(name="publicKey") CryptoKey publicKey()
@JsProperty
void setPublicKey(@Nonnull
CryptoKey publicKey)
@JsOverlay @Nonnull default CryptoKeyPair publicKey(@Nonnull CryptoKey publicKey)