public class EncryptedData
extends org.postgresql.util.PGobject
implements org.postgresql.util.PGBinaryObject
| Constructor and Description |
|---|
EncryptedData() |
EncryptedData(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
java.lang.String |
getValue() |
int |
lengthInBytes() |
void |
setBytes(byte[] bytes) |
void |
setByteValue(byte[] value,
int offset) |
void |
setValue(java.lang.String value) |
void |
toBytes(byte[] bytes,
int offset) |
public EncryptedData()
public EncryptedData(byte[] bytes)
public byte[] getBytes()
public void setBytes(byte[] bytes)
public void setValue(java.lang.String value)
throws java.sql.SQLException
setValue in class org.postgresql.util.PGobjectjava.sql.SQLExceptionpublic java.lang.String getValue()
getValue in class org.postgresql.util.PGobjectpublic int lengthInBytes()
lengthInBytes in interface org.postgresql.util.PGBinaryObjectpublic void setByteValue(byte[] value,
int offset)
throws java.sql.SQLException
setByteValue in interface org.postgresql.util.PGBinaryObjectjava.sql.SQLExceptionpublic void toBytes(byte[] bytes,
int offset)
toBytes in interface org.postgresql.util.PGBinaryObject