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