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