public class GenerateRandomResult extends Object implements Serializable
| Constructor and Description |
|---|
GenerateRandomResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ByteBuffer |
getPlaintext()
Plaintext that contains the unpredictable byte string.
|
int |
hashCode() |
void |
setPlaintext(ByteBuffer plaintext)
Plaintext that contains the unpredictable byte string.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GenerateRandomResult |
withPlaintext(ByteBuffer plaintext)
Plaintext that contains the unpredictable byte string.
|
public ByteBuffer getPlaintext()
Constraints:
Length: 1 - 4096
public void setPlaintext(ByteBuffer plaintext)
Constraints:
Length: 1 - 4096
plaintext - Plaintext that contains the unpredictable byte string.public GenerateRandomResult withPlaintext(ByteBuffer plaintext)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 4096
plaintext - Plaintext that contains the unpredictable byte string.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.