| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureByteArray.append(SecureByteArray arr)
Appends another SecureByteArray to this one.
|
void |
SecureByteArray.prepend(SecureByteArray arr)
Prepends this array with another SecureByteArray.
|
void |
SecureByteArray.replace(SecureByteArray arr)
Replaces the contents of this array with a copy of those in arr, resizing
the array as needed.
|
| Constructor and Description |
|---|
SecureByteArray(SecureByteArray copy) |
Copyright © 2018. All rights reserved.