| Package | Description |
|---|---|
| com.entrust.toolkit.util |
Contains various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
SecureByteArray |
SecureByteArrayOutputStream.toSecureByteArray()
Returns a
SecureByteArray that holds the contents of this
output stream. |
SecureByteArray |
SecureStringBuffer.toSecureByteArray()
Securley transforms the
SecureStringBuffer to a
SecreByteArray using the default character encoding. |
SecureByteArray |
SecureByteArrayOutputStream.toSecureByteArray(int sensitivity)
Returns a
SecureByteArray that holds the contents of this
output stream with the specified sensitivity. |
SecureByteArray |
SecureStringBuffer.toSecureByteArray(java.lang.String enc)
Securley transforms the
SecureStringBuffer to a
SecreByteArray using the specified character encoding. |
| Constructor and Description |
|---|
SecureByteArray(SecureByteArray sba)
The copy constructor used to create a new instance of
SecureByteArray that is identical to the specified
SecureByteArray. |