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