public final class IntMappingDetailInfo
extends java.lang.Object
| Constructor and Description |
|---|
IntMappingDetailInfo(java.lang.String attributeName,
java.lang.String value,
byte[] encryptedValue,
int encryptValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName()
Get the endpoint name
|
byte[] |
getEncryptedValue()
Get the endpoint name
|
java.lang.String |
getParameter()
Get the endpoint name
|
java.lang.String |
getValue()
Get the endpoint name
|
boolean |
isEncryped()
Returns is value incrypted
|
public IntMappingDetailInfo(java.lang.String attributeName,
java.lang.String value,
byte[] encryptedValue,
int encryptValue)
attributeName - attribute namevalue - attribute valueencryptedValue - encrypted valueencryptValue - encrypt valuepublic java.lang.String getAttributeName()
public java.lang.String getParameter()
public java.lang.String getValue()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic byte[] getEncryptedValue()
public boolean isEncryped()