public static interface StaticSenderStaticRecipientInput.Builder
| Modifier and Type | Method and Description |
|---|---|
StaticSenderStaticRecipientInput |
build() |
java.nio.ByteBuffer |
recipientPublicKey() |
StaticSenderStaticRecipientInput.Builder |
recipientPublicKey(java.nio.ByteBuffer recipientPublicKey) |
java.nio.ByteBuffer |
senderStaticPrivateKey() |
StaticSenderStaticRecipientInput.Builder |
senderStaticPrivateKey(java.nio.ByteBuffer senderStaticPrivateKey) |
StaticSenderStaticRecipientInput.Builder senderStaticPrivateKey(java.nio.ByteBuffer senderStaticPrivateKey)
senderStaticPrivateKey - The sender's private keyjava.nio.ByteBuffer senderStaticPrivateKey()
StaticSenderStaticRecipientInput.Builder recipientPublicKey(java.nio.ByteBuffer recipientPublicKey)
recipientPublicKey - The recipient's public keyjava.nio.ByteBuffer recipientPublicKey()
StaticSenderStaticRecipientInput build()