public class RawPrivateKeyToStaticPublicKeyInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RawPrivateKeyToStaticPublicKeyInput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
RawPrivateKeyToStaticPublicKeyInput(software.amazon.cryptography.materialproviders.model.RawPrivateKeyToStaticPublicKeyInput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static RawPrivateKeyToStaticPublicKeyInput.Builder |
builder() |
java.nio.ByteBuffer |
recipientPublicKey() |
java.nio.ByteBuffer |
senderStaticPrivateKey() |
RawPrivateKeyToStaticPublicKeyInput.Builder |
toBuilder() |
protected RawPrivateKeyToStaticPublicKeyInput(software.amazon.cryptography.materialproviders.model.RawPrivateKeyToStaticPublicKeyInput.BuilderImpl builder)
public java.nio.ByteBuffer senderStaticPrivateKey()
public java.nio.ByteBuffer recipientPublicKey()
public RawPrivateKeyToStaticPublicKeyInput.Builder toBuilder()
public static RawPrivateKeyToStaticPublicKeyInput.Builder builder()